|
Need to resolve these issues for maintenance release 1.
Craig Russell made changes - 29/Jul/06 08:02 PM
Craig Russell made changes - 08/Aug/06 03:45 AM
Right. The test was written assuming that the default transaction type was datastore. The test needs to be explicit by setting the transaction type to datastore regardless of the default.
Craig Russell made changes - 08/Aug/06 03:47 AM
svn commit -m "
Sending src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java Transmitting file data . Committed revision 429837.
Craig Russell made changes - 08/Aug/06 09:47 PM
I merged the change from the trunk into brach 2.0.1 (see revision 452620).
Michael Bouschen made changes - 03/Oct/06 09:29 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When optimistic transaction is used, In the commit in line 127 secondaryObj is expected to be persistent non transactional so it is not expected to be cleared, and jdoPreClear should not be called.