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 <yzaslavs(a)redhat.com>
---
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 <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server