Vojtech Szocs has posted comments on this change.
Change subject: webadmin: Show stacktrace for unhandled execptions
......................................................................
Patch Set 1:
> do you know of any way how to simulate InvocationTargetException in webadmin
Hm, the Javadoc says InvocationTargetException wraps an exception thrown by an
invoked method or constructor, so this could be simulated simply by modifying
Engine server code to throw some exception, for example modify
AddVdsCommand.executeCommand method:
throw new RuntimeException("test");
and Frontend.failureEventHandler method should receive
InvocationTargetException which wraps above mentioned RuntimeException.
--
To view, visit http://gerrit.ovirt.org/23096
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I06359433499c444625b69e3f244e2209a2e8d392
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Martin Peřina <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches