I have an object with contains a list of a second object. I am using the "depends" directive in castor JDO mapping.xml to link these two objects to two tables in the database. I marshall this object to XML, and a timestamp appears for both the parent object and for each object in the list.
I realize that if I don't keep these timestamps, I cannot update this object (after unmarshalling from XML) in the db. Do I really need to keep the timestamps for the child object? I was hoping to create an XML document that represents my object, with a timestamp on the parent node, but not in every object in the child list.

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to