This feature enables the configuration of resource adapters to access Enterprise Information Systems (EIS) from applications. The configuration of a resource adapter also includes the configuration of connection factories, administered objects and activation specifications. Any resource adapter that complies with the JCA 1.6 specification can be used. High performance connection pooling is also provided.
To enable the Java Connector Architecture 1.6 feature, add the following element declaration inside the featureManager element in your server.xml file:
<feature>jca-1.6</feature>
If you are developing a feature that depends on the Java Connector Architecture 1.6 feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.jca-1.6; type="osgi.subsystem.feature"