Java Connector Architecture2.12.01.7
Java Connector Architecture
2.1
2.0
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 into your server.xml
file, inside the featureManager
element:
<feature>jca-1.7</feature>
Standard API packages provided by this feature
javax.resource
javax.resource.cci
javax.resource.spi
javax.resource.spi.endpoint
javax.resource.spi.security
javax.resource.spi.work