Create new test for A5.6.2-7: If an optimistic transaction is begun, rollback will not write any changes to the datastore... ---------------------------------------------------------------------------------------------------------------------------- Key: JDO-236 URL: http://issues.apache.org/jira/browse/JDO-236 Project: JDO Type: New Feature Components: tck20 Reporter: Michelle Caisse A5.6.2-7 [ 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. With the RestoreValues flag set to true, persistent-nontransactional-dirty instances will make no state transition, but the fields will be restored to their values as of the beginning of the transaction, and any changes made within the transaction will be discarded. With the RestoreValues flag set to false, persistent-nontransactional-dirty instances will transition to hollow.] -- 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