| Martin Zaun (JIRA) 2006-03-27, 11:56 pm |
| [ http://issues.apache.org/jira/brows...action_12372023 ]
Martin Zaun commented on JDO-347:
---------------------------------
With the latest integration of a fix for JDO-273, there's one lifecycle test failing: serialize with
optimistic tx should leave the state unchanged (in contrast to a datastore tx, where serialize
transitions hollow/persistent-nontransactional to persistent-clean).
UNCHANGED should be the state transition for
1) test(org.apache.jdo.tck.lifecycle.StateTransitions)junit.framework.AssertionFailedError:
Assertions A5.9-1 through A5.9-190 (StateTransitions) failed:
StateTransitions: optimistic transaction; current state hollow
serialize with active optimistic tx transitioned instance to invalid state persistent-clean; expected state hollow
Assertions A5.9-1 through A5.9-190 (StateTransitions) failed:
StateTransitions: optimistic transaction; current state persistent-nontransactional
serialize with active optimistic tx transitioned instance to invalid state persistent-clean; expected state persistent-nontransactional
> JPOX fails some lifecycle tests
> -------------------------------
>
> Key: JDO-347
> URL: http://issues.apache.org/jira/browse/JDO-347
> Project: JDO
> Type: Bug
> Components: tck20
> Versions: JDO 2 rc1
> Reporter: Martin Zaun
> Assignee: Andy Jefferson
> Fix For: JDO 2 final
> Attachments: errors_state_transition_argument_instanc
es.txt, errors_state_transition_returned_instanc
es.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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|