Issue Details (XML | Word | Printable)

Key: NUCJDOJCA-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Erik Bengtson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus JDO Connector

the JDO PersistenceManager, and the ObjectManager must be disconnected from the JCA ManagedConnection on mc.cleanup invocation

Created: 04/May/08 02:49 PM   Updated: 23/Sep/08 04:11 PM   Resolved: 04/May/08 02:51 PM
Component/s: None
Affects Version/s: 1.0.0.m1
Fix Version/s: 1.0.0.m2


 Description  « Hide
Multiple threads might use the same underlying ObjectManager because the ManagedConnection is associated to the ObjectManager. The ManagedConnection is released to the JCA pool before the transaction completion and this causes several issues...

Fix: on cleanup the ManagedConnection cannot hold references to the PM or ObjectManager


Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.