Hi Freeman,
I already have the Map Adapter class that can handle the xml like
<fields>
<entry>
<key>completedBy</key>
<value xsi:type="xs:string">scarlettxu</value>
</entry>
</fields>
But when the <value> contains nested piece of xml, then it cannot translate
to Java object
<fields>
<entry>
<key>toDoItemAction</key>
<value xsi:type="Transaction">
* <Transaction>
<trans>update</trans>
<name>ToDoItemActionTO</name>
</Transaction>*
</value>
</entry>
</fields>
--
View this message in context:
http://cxf.547215.n5.nabble.com/problem-with-unmarshal-xml-to-Java-object-when-there-is-HashMap-and-Map-contains-another-root-element-tp5712502p5712600.html
Sent from the cxf-user mailing list archive at Nabble.com.