Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Integration Server Transaction Support | Implicit Transaction Usage Cases
 
Implicit Transaction Usage Cases
 
One Local Transaction
Three XAResource Transactions
One Local Transaction and One XAResource Transaction
Implicit transactions are handled automatically by Integration Server. For a flow to be managed implicitly, it can contain one of the following:
*One local transaction, interacting with one resource
*One or more XAResource transactions; each transaction can interact with one or more resources
*One or more XAResource transactions and one local transaction
If a flow contains multiple local transactions, the adapter user must explicitly control the transactional units of work, as described in Explicit Transaction Usage Cases.
Following are examples of implicit transactions.