Hi Craig, > Craig Russell commented on JDO-347: > ----------------------------------- > The transient clean state is not persistent. It has no object id. > When it's serialized, it should have no detached state. > When jdoPreSerialize is executed, the StateManager should not create a > detached state. > When the instance is deserialized, it should still have no detached state. > Unlike detachCopy, which makes the object graph persistent, serialize doesn't > make transient instances persistent.
Thanks. Makes sense now. Another 8 state transitions fixed in JPOX CVS. -- Andy
