RE: serialize Detachable instance for storage

2006-03-24 Thread Matthew T. Adams
: serialize Detachable instance for storage Hi Craig, On Mar 17, 2006, at 11:40 AM, Erik Bengtson wrote: Hi, If we serialize a detachable instance for storage, does it have the detach state populated? Yes. Regardless of whether it's currently managed or already detached, the detached

RE: serialize Detachable instance for storage

2006-03-24 Thread Matthew T. Adams
intutive for the JDO implementation to handle this situation correctly. --matthew -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 11:51 AM To: jdo-dev@db.apache.org; [EMAIL PROTECTED] Subject: RE: serialize Detachable instance for storage Hi

Re: serialize Detachable instance for storage

2006-03-24 Thread Craig L Russell
: RE: serialize Detachable instance for storage Hi, I now understand your issue. If you declare a PC class that is detachable to also be serialized in another class, how do you prevent the detachment algorithm from running when the instance is being serialized/deserialized for the purposes

Re: serialize Detachable instance for storage

2006-03-23 Thread Erik Bengtson
Hi Craig, On Mar 17, 2006, at 11:40 AM, Erik Bengtson wrote: Hi, If we serialize a detachable instance for storage, does it have the detach state populated? Yes. Regardless of whether it's currently managed or already detached, the detached state is part of the serialized state

Re: serialize Detachable instance for storage

2006-03-22 Thread Craig L Russell
Hi Erik, On Mar 17, 2006, at 11:40 AM, Erik Bengtson wrote: Hi, If we serialize a detachable instance for storage, does it have the detach state populated? Yes. Regardless of whether it's currently managed or already detached, the detached state is part of the serialized state