Show TOC

Accessing the AS Java Transaction ManagerLocate this document in the navigation structure

Use the following classes:

  • com.sap.transaction.TxException
  • com.sap.transaction.TxManager;
  • com.sap.transaction.TransactionTicket
  • com.sap.transaction.TxRollbackException

Do not use the JNDI-Lookup or SAPAdapterResource any longer.

Note

Open SPIMangedConnectionFactory.java and search for the character string CS_LUWBEGIN (transaction begin), CS_LUWROLLBACK (transaction rollback), and CS_LUWCOMMIT (transaction commit).