Keith,
I have a class which is a JDO and it has a collection field. I load this class'
objects from database using Castor JDO and then try to marshall it using Castor
XML. One of the fields in my class is a collection field which is lazy loaded.
When I marshall the class I don't need this field be marshalled, so I've set it
in XML mapping as transient. But, when I try to marshall it, the Castor raises
a Transaction not in progress! exception. This is related to JDO's lazy
loading. When I setLazyLoadedCollection(null) prior to marshalling I got no
expcetion.
Why Castor tries to iterate this transient collection?
Regards,
Emir
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user