Tomas Jelinek has uploaded a new change for review. Change subject: core: removed final from VM._diskList ......................................................................
core: removed final from VM._diskList As the GWT serializer considers final fields as transient, no fields, which will be sent to client should be marked with the final keyword. In this case the _diskList of the VM entity has been marked as final, and the consequence was that the ResourcesView's setStorageGridData() method faild on NPE because of the getDiskList on the VM retuned null (the UserPortal project) The fix was only to remove the final modifier. Change-Id: I7e09999fabf947db4ce2f3c0fb49431b820fcaad --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/40/2340/1 -- To view, visit http://gerrit.ovirt.org/2340 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7e09999fabf947db4ce2f3c0fb49431b820fcaad Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
