BTW the new TransactionSynchronizationRegistry has a nice place to
keep transaction related data like this.
-dain
On Jan 9, 2007, at 8:00 PM, David Jencks wrote:
OK
david jencks
On Jan 9, 2007, at 8:53 PM, Dain Sundstrom wrote:
In the org.apache.geronimo.transaction.manager.Transaction cl
OK
david jencks
On Jan 9, 2007, at 8:53 PM, Dain Sundstrom wrote:
In the org.apache.geronimo.transaction.manager.Transaction class we
have the following code:
public Object getEntityManager(String persistenceUnit) {
return entityManagers.get(persistenceUnit);
}
public v
In the org.apache.geronimo.transaction.manager.Transaction class we
have the following code:
public Object getEntityManager(String persistenceUnit) {
return entityManagers.get(persistenceUnit);
}
public void setEntityManager(String persistenceUnit, Object
entityManager) {