Java Connector Architecture 1.7
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.7 specification or lower can be used. High performance connection pooling is also provided.
Enabling this feature
To enable the Java Connector Architecture 1.7 feature, add the following element declaration inside the featureManager element in your
server.xml file:
<feature>jca-1.7</feature>
Supported Java™ Versions
- JavaSE-1.7
- JavaSE-1.8
Developing a feature that depends on this feature
If you are developing a feature that depends on the Java Connector Architecture 1.7 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.7; type="osgi.subsystem.feature"
Features that enable this feature
Feature configuration elements
You can use the following elements in your server.xml file to configure the Java Connector Architecture 1.7 feature: