Moti Asayag has submitted this change and it was merged. Change subject: webadmin: Allow GWT to work with Hibernate ......................................................................
webadmin: Allow GWT to work with Hibernate Hibernate collections serialization is not supported by GWT. This patch provides serialization techniques to some commonly user Hibernate collections, so that objects can be serialized to the browser. Change-Id: I54f2b14a54d3e90c3e27746b024e2260131bc13d Signed-off-by: [email protected] <[email protected]> --- A frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/ui/uioverrides/org/hibernate/collection/internal/PersistentBag.java 1 file changed, 12 insertions(+), 0 deletions(-) Approvals: Daniel Erez: Looks good to me, but someone else must approve Moti Asayag: Looks good to me, approved Liran Zelkha: Verified -- To view, visit https://gerrit.ovirt.org/40804 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I54f2b14a54d3e90c3e27746b024e2260131bc13d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
