Configuring the JCA local ECI resource adapter

You can configure the JCA local ECI resource adapter using connection factories as defined in the JCA specification.

To start using the JCA local ECI, add the feature cicsts:jcaLocalEci-1.0 to the featureManager element of the server.xml.
<featureManager>
    <feature>cicsts:jcaLocalEci-1.0</feature>
</featureManager>
The JCA local ECI provides a default connection factory defaultCICSConnectionFactory bound to the JNDI name eis/defaultCICSConnectionFactory. Optionally, if a different JNDI name is required, configure additional connection factories using the properties subelement as follows:
<connectionFactory id="localEci" jndiName="eis/ECI">
    <properties.com.ibm.cics.wlp.jca.local.eci/>
</connectionFactory>
Tip: You do not need any attributes on the properties element.