Change in ovirt-engine[master]: core: NPE on UpdateVmVersion call to GetVmPayloadQuery

Omer Frenkel has submitted this change and it was merged. Change subject: core: NPE on UpdateVmVersion call to GetVmPayloadQuery ...................................................................... core: NPE on UpdateVmVersion call to GetVmPayloadQuery some changes in the session mgmt caused a NPE on the call to GetVmPayloadQuery from UpdateVmVersionCommand. The NPE caused because the session isn't automatically copied to the query, so in this patch it is manually set in the query params. Change-Id: If0a0a5cf79a6eb7967ed4ae4454a763773b23d65 Signed-off-by: Omer Frenkel <ofrenkel@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateVmVersionCommand.java 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Omer Frenkel: Verified Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28862 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0a0a5cf79a6eb7967ed4ae4454a763773b23d65 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ofrenkel@redhat.com