Change in ovirt-engine[master]: core: java.lang.reflect.InvocationTargetException when remov...

Michael Kublin has submitted this change and it was merged. Change subject: core: java.lang.reflect.InvocationTargetException when removing vm and exporting it at the same time (#840418) ...................................................................... core: java.lang.reflect.InvocationTargetException when removing vm and exporting it at the same time (#840418) https://bugzilla.redhat.com/840418 These is a first part of the patch, it will solve a possible NullPointerException at constructor of command and will perfrom some fixes at canDoAction with simplifying of code. If we failed on some canDoAction we will finich immediately Change-Id: Ifee2ed7696b33e3d9fcd4c2e8fcde06a8364baed Signed-off-by: Michael Kublin <mkublin@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java 1 file changed, 61 insertions(+), 62 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6361 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifee2ed7696b33e3d9fcd4c2e8fcde06a8364baed Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
mkublin@redhat.com