Change in ovirt-engine[master]: webadmin: NPE on new VM dialog

Tomas Jelinek has submitted this change and it was merged. Change subject: webadmin: NPE on new VM dialog ...................................................................... webadmin: NPE on new VM dialog The problem was that the VDSGroup.requiredRngSources was marked as final thus the GWT deserializer inited it to null. Consequently, the VmModelBehaviorBase.setRngAvailability failed on NPE. Change-Id: I0eac061be4370cdef57c5c7b466f7a8ec5bcda01 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tomas Jelinek: Verified Martin Peřina: Verified; Looks good to me, but someone else must approve Roy Golan: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29235 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0eac061be4370cdef57c5c7b466f7a8ec5bcda01 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tjelinek@redhat.com