not a bug.....maybe just wishful thinking....

basically i have a carrier class mapped via Hibernate and holds a property 
mapped to an XML column (feature with DB2 9 and Oracle 10/11).  that property 
in the xsd schema (which gets parsed by XJC into pojos) is marked as an 
"xs:any" element.  when i run XJC i populate the generated classes with 
XmlRootElements and the resteasy Mapped/XmlNsMap so the JSON provider knows how 
to map namespaces.  thought since the XmlNsMap was defined for every class that 
the provider would know what to do with the namespaces recursively.  but the 
XmlNsMap has to be applied to the carrier class.  then everything works fine.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254317#4254317

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254317
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to