[ 
http://issues.apache.org/jira/browse/JDO-347?page=comments#action_12371870 ] 

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.


> JPOX fails some lifecycle tests
> -------------------------------
>
>          Key: JDO-347
>          URL: http://issues.apache.org/jira/browse/JDO-347
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Martin Zaun
>  Attachments: errors_state_transition_argument_instances.txt, 
> errors_state_transition_returned_instances.txt
>
> The integration of fixes for JDO-273 and JDO-258 has added (and fixed) a 
> number of lifecycle test cases that are
> failed by JPOX.  See attached error messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to