Show TOC Start of Content Area

Function documentation Resource Adapter Transaction Support  Locate the document in its SAP Library structure

Use

The transaction support defines whether the resources provided by this resource adapter can be enlisted in transactions, and whether they support enlistment in local or global transactions. This information is stored in the standard deployment descriptor of the resource adapter (ra.xml).

Features

You can set tree values for the transaction support type:

      NoTransaction – this denotes that the resource adapter does not support transactions

      LocalTransaction – the resource adapter only supports local transactions

      XATransaction – the resource adapter supports both local and distributed transactions

Example

<transaction-support>NoTransaction</transaction-support>

<transaction-support>LocalTransaction</transaction-support>

<transaction-support>XATransaction</transaction-support>

End of Content Area