|
Need to resolve these issues for maintenance release 1.
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.
svn commit -m "
Sending src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java Transmitting file data . Committed revision 429837. I merged the change from the trunk into brach 2.0.1 (see revision 452620).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.