[jboss-jira] [JBoss JIRA] Created: (JBAS-3684) References to TxManager
Kevin Conner (JIRA)
jira-events at jboss.com
Fri Sep 22 00:30:01 EDT 2006
References to TxManager
-----------------------
Key: JBAS-3684
URL: http://jira.jboss.com/jira/browse/JBAS-3684
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-4.0.5.CR1
Reporter: Kevin Conner
Assigned To: Bill Burke
Priority: Critical
The following classes contain direct references to org.jboss.tm.TxManager. These references prevent JBossTS being used as a replacement for TxManager.
ejb3/src/main/org/jboss/ejb3/tx/TxInterceptorFactory.java
ejb3/src/main/org/jboss/ejb3/entity/ManagedEntityManagerFactory.java
These should be changed to defer to TxUtil or to use TransactionManagerLocator.getInstance().locate().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list