Hello,
The code I am developing marshalls an object to generate XML data and
another part unmarshall that XML code.
Everything was working fine until I added these 2 lines to the marshaller:
marshaller.setSuppressXSIType( true ) ;
marshaller.setSuppressNamespaces( true ) ;
Now the unmarshall process does not populate the returned object with
the content of the XML.
Is there a way to get it to work without removing these 2 lines that I'd
like to keep to shorten the XML generated?
I'm using the latest castor version.
Thank you
Xav
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email