I'm having a bit of trouble with using heavily embeded location information (even using the most recent release of castor castor-0.9.5.1.jar).
My deeply embeded locations are failing to populate. Elements lacking the location attribute (removed from the following samples for clarities sake) seem to populate just fine.
Does anyone know what might be wrong?
Thanks so much for your help.
Scott
------------------------------------------------------------------------------ I use this document: ------------------------------------------------------------------------------ <cXML> <H><S><C><U>HELLO</U></C></S></H>
</cXML>
------------------------------------------------------------------------------
And this Mapping:
------------------------------------------------------------------------------
<mapping>
<class name="com.xyz.ecomm.b2b.integration.data.SetupRequest">
<map-to xml="cXML" /> <field name="userName" type="java.lang.String">
<bind-xml name="U" node="element"
location="H/S/C"/>
</field>
</class>
</mapping>_________________________________________________________________
Express yourself with MSN Messenger 6.0 -- download now! http://www.msnmessenger-download.com/tracking/reach_general
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
