HI,
>From the documentation, nested attributes are supported for jdo<->database
read & write.
Is there any support for jdo<->xml ?
I wrote a mapping file for my object containing nested attributes and tried
serializing, it seems to serialize it nicely. However, when I deserialize
the xml file, the intermediate objects
are not created as stated in the documentation
"... if object.getCountry() is null, Castor will create the intermediate
object of the application type:
country = new CountryCode();
country.setCode(value);
object.setCountry(country);
"
After deserializing, the "object.getCountry()" still returns null.
Any help very much appreciated.
Regards,
Lois
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev