Issue Details (XML | Word | Printable)

Key: CORE-3375
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
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 refresh can result in a field always returning null as its value when connected to a StateManager

Created: 15/Sep/07 05:56 AM   Updated: 17/Sep/07 09:17 AM   Resolved: 15/Sep/07 06:10 AM
Component/s: JDO
Affects Version/s: 1.1.8, 1.2.0-beta-3
Fix Version/s: 1.2.0-beta-4


 Description  « Hide
Calling refresh() on an object can result in non-FP fields always returning null when accessing the value of a field, even though the value of the field had just been set. This only happens when connected to a StateManager. This is caused by the code added by CORE-2968

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 15/Sep/07 06:10 AM
In CVS HEAD