Bug 1029605 - core/GUI: prevent potential serialization exceptions post upgrade to GWT 2.5
Summary: core/GUI: prevent potential serialization exceptions post upgrade to GWT 2.5
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-webadmin-portal
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 3.3.0
Assignee: Vojtech Szocs
QA Contact: Jiri Belka
URL:
Whiteboard: ux
Depends On: 1015683
Blocks: 1019626 3.3snap4
TreeView+ depends on / blocked
 
Reported: 2013-11-12 17:30 UTC by Einav Cohen
Modified: 2016-01-28 21:56 UTC (History)
8 users (show)

Fixed In Version: is26
Doc Type: Bug Fix
Doc Text:
Clone Of: 1015683
Environment:
Last Closed:
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 18908 0 None None None Never
oVirt gerrit 20273 0 None None None Never
oVirt gerrit 20274 0 None None None Never
oVirt gerrit 21732 0 None None None Never
oVirt gerrit 21733 0 None None None Never

Description Einav Cohen 2013-11-12 17:30:53 UTC
+++ This bug was initially created as a clone of Bug #1015683 +++

In GWT 2.5, there are stricter requirements for classes that are being (de)serialized via the GWT RPC (de)serialization mechanism:

a. class should have no member initialization (members should be initialized only within methods, typically c'tors)

b. class should have an explicit default c'tor.

need to change the relevant classes to comply with these requirements.

'a' is already taken care of by these patches [1]
still need to apply 'b' as well.

[1] by amureini:
http://gerrit.ovirt.org/#/c/18133/
http://gerrit.ovirt.org/#/c/18139/
http://gerrit.ovirt.org/#/c/18134/
http://gerrit.ovirt.org/#/c/18140/
http://gerrit.ovirt.org/#/c/18132/
http://gerrit.ovirt.org/#/c/18135/
http://gerrit.ovirt.org/#/c/18138/
http://gerrit.ovirt.org/#/c/18137/

Comment 5 Itamar Heim 2014-01-21 22:20:54 UTC
Closing - RHEV 3.3 Released

Comment 6 Itamar Heim 2014-01-21 22:26:26 UTC
Closing - RHEV 3.3 Released


Note You need to log in before you can comment on or make changes to this bug.