Show TOC Start of Content Area

Procedure documentation Assembling and Configuring the Resource Adapter  Locate the document in its SAP Library structure

...

Use

To ensure that the adapter functions properly, you need to configure it correctly at deployment time.

You can specify a set of configurable properties of the resource adapter. These properties are stored in the standard deployment descriptor of the resource adapter (ra.xml).

Procedure

       1.      Configure the ManagedConnectionFactory.

You have to specify the settings for the ManagedConnectionFactory that will provide the connectivity to the relevant EIS.

More information: ManagedConnectionFactory Configuration

       2.      (Optional) Configure the resource adapter transaction support.

If you want the resource adapter to support transactions, that is, whether the resources provided by this resource adapter can be enlisted in transactions, you have to configure the resource adapter transactions support.

More information: Resource Adapter Transaction Support

       3.      (Optional) Configure the connection pooling for the resource adapter.

You can configure the connection pooling for each ManagedConnectionFactory.

More information: Connection Pooling

       4.      Pack the resource adapter in a RAR archive.

Once configured, the resource adapter must be packed according to the requirements in the JCA specification.

More information: Resource Adapter Archive (RAR)

Result

The resource adapter is ready for deployment.

More Information

Resource Adapter Classloading

End of Content Area