Issue Details (XML | Word | Printable)

Key: JDO-350
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Craig Russell
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Assertion Description does not match ASSERTION_FAILED String in lifecycle.NontransactionalWriteThrows.java

Created: 26/Mar/06 01:16 PM   Updated: 27/Mar/06 05:11 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 final

Time Tracking:
Not Specified

Resolution Date: 27/Mar/06 05:11 AM


 Description  « Hide
 *<B>Assertion Description: </B>
A5.6.2-4 [If a datastore transaction is begun, commit will write
the changes to the datastore with no checking as to
the current state of the instances in the datastore.
That is, the changes made outside the transaction
together with any changes made inside the transaction
will overwrite the current state of the datastore.]

A5.6.2-6 [If a datastore transaction is begun, rollback will not write
any changes to the datastore.]

A5.6.2-8 [If an optimistic transaction is begun, commit will write
the changes to the datastore after checking as to the current state
of the instances in the datastore. The changes made outside
the transaction together with any changes made inside the transaction
will update the current state of the datastore if the version
checking is successful.]

A5.6.2-10 [If an optimistic transaction is begun, rollback will not write
any changes to the datastore. The persistent-nontransactional-dirty
instances will transition according to the RestoreValues flag. ]
 */

public class NontransactionalWriteThrows extends NontransactionalWriteTest {

    /** */
    protected static final String ASSERTION_FAILED =
        "Assertion A5.6.2 (NontransactionalWriteThrows) failed: ";



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell made changes - 27/Mar/06 05:11 AM
Field Original Value New Value
Assignee Craig Russell [ clr ]
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Fix Version/s JDO 2 final [ 12310830 ]