Issue Details (XML | Word | Printable)

Key: CORE-3548
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)

Use of L2 cache with optimistic txns can lead to getting access to an object with no version set

Created: 15/Apr/08 06:47 AM   Updated: 08/Jan/09 11:25 AM   Resolved: 15/Apr/08 07:00 AM
Component/s: Transactions
Affects Version/s: 1.2.0, 1.2.1
Fix Version/s: 1.2.2


 Description  « Hide
When a user has the L2 cache enabled an object can be retrieved with no version since the version is not stored. This leads to a problem with optimistic txns since a version is expected when updating the object

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 15/Apr/08 07:00 AM
SVN trunk caches the version too