Yair Zaslavsky has submitted this change and it was merged. Change subject: core: Propagate ldap query error properly to UI ......................................................................
core: Propagate ldap query error properly to UI This patch uses the fact DirectorySearcher holds the exception that occured (if not a RuntimeException, but a checked exception) as a field. The error is already properly propagated to UI in case of RuntimeException. Change-Id: If06e251ec31f208dd0e25084d5aaa37625d299cc Bug-Url: https://bugzilla.redhat.com/903786/ Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapBrokerCommandBase.java 1 file changed, 9 insertions(+), 3 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15556 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If06e251ec31f208dd0e25084d5aaa37625d299cc Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
