-
Bug
-
Resolution: Done
-
Major
-
5.0.0.CR2
-
None
I need an interface to start and stop the transaction service. The start method should check to see if there is a JNDI provider present and, if so, make sure that our standard interfaces are bound to that provider (UserTransaction, JTATransactionManager and TransactionSynchronizationRegistry). Also, behind the scenes, it should register TransactionDriver with java.sql.DriverManager and bind any required datasources into the JNDI tree.
- incorporates
-
JBTM-1981 Provide a quickstart that shows how to enlist a JDBC resource outside of the application server
- Closed