Issue Details (XML | Word | Printable)

Key: CORE-3547
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JPOX Core (ARCHIVED)

StateManager setXXX, getXXX logic with optimistic outside of txn makes no sense

Created: 14/Apr/08 06:13 PM   Updated: 08/Jan/09 11:25 AM   Resolved: 14/Apr/08 06:14 PM
Component/s: Transactions
Affects Version/s: 1.2.0, 1.2.1
Fix Version/s: 1.2.2


 Description  « Hide
Logic for transitionReadField, transitionWriteField on Hollow objects outside of a txn makes no sense wrt optimistic. It seems to want to treat optimistic and datastores txns differently ... yet it is OUTSIDE the txn. Why throw an exception when not in a txn and not nontx-write and datastore txn yet not when not in a txn and not nontx-write and optimistic txn ?

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 14/Apr/08 06:14 PM
SVN trunk makes some sense now