WebLogic Extensions to the JTA

WebLogic provides the weblogic.transaction package to build on the Sun JTA specification and provide additional functionality.

The WebLogic TransactionManager Interface

As we saw earlier, the javax.transaction.TransactionManager interface is to be used exclusively by an application server to manage container-managed transactions. The WebLogic extension weblogic.transaction.TransactionManager permits access to the transaction manager from components using bean-managed transactions through a JNDI lookup. The bean-managed components can then suspend and resume transactions on their own behalf. The extension can also be used to allow XA resources to register and unregister themselves with the transaction manager on ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.