Issue Details (XML | Word | Printable)

Key: NUCNEODATIS-5
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus Store NeoDatis

Support optimistic versioning of objects when NeoDatis makes its version publically accessible

Created: 28/May/08 08:56 AM   Updated: 11/Feb/09 08:44 AM
Component/s: Persistence
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
NeoDatis maintains a version internally but has no public API for its access. The next release (1.9.0-beta-2) should make this available. At that point we should be able to allow optimistic versioning

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 30/May/08 03:43 PM
1.9.0-beta-2 now allows access to the version via odb.ext().getObjectVersion().

Andy Jefferson added a comment - 02/Jun/08 10:24 AM
SVN trunk now has code for optimistic versioning of objects. No testing performed yet so issue left open

Andy Jefferson added a comment - 20/Jun/08 02:51 PM
NeoDatis 1.9.0-beta-2 has a bug in the updating of version info. Should be fixed in 1.9.0-beta-3 whenever that is released