Accessing the AS Java Transaction Manager
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.
- Then, use the TransactionTicket instance.
More information: Transactions for the Asynchronous Sender Direction