webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Transaction Management | Implicit Transactions | Implicit Transaction Usage Cases
 
Implicit Transaction Usage Cases
 
One Local Transaction
Three XAResource Transactions
One Local Transaction and One XAResource Transaction
Manging a flow implicitly requires any of the following:
*One local transaction, interacting with one resource. For an example, see One Local Transaction.
*One or more XAResource transactions. Each transaction can interact with one or more resources. For an example, see Three XAResource Transactions.
*One or more XAResource transactions and one local transaction. For an example, see One Local Transaction and One XAResource Transaction.
If a flow contains multiple local transactions, you must explicitly control the transactional units of work, as described in Explicit Transaction Usage Cases.