-
Bug
-
Resolution: Done
-
Major
-
None
-
7.0.0.Beta4
When JSONMarshaller marshalls and unmarshalls an object which has a List and the List contains custom class objects, the objects inside the List are instantiated but their properties are not populated.
For example)
Before marshall:
PojoA [name=A, pojoBList=[PojoB [name=B1, pojoCList=[PojoC [name=C1], PojoC [name=C2]]], PojoB [name=B2, pojoCList=[PojoC [name=C3]]]], stringList=[Hello, Bye]]
After marshall+unmarshall:
PojoA [name=A, pojoBList=[PojoB [name=null, pojoCList=null], PojoB [name=null, pojoCList=null]], stringList=[Hello, Bye]]
- is incorporated by
-
RHBPMS-4547 [GSS] (6.4.z) Objects in a List is not correctly unmarshalled by JSONMarshaller
- Verified
-
RHPAM-115 Objects in a List is not correctly unmarshalled by JSONMarshaller
- Closed