jca.connectionFactory

Specifies the default JCA administered object bound to any JCA resource references names used in the module. To override the JCA administered object bound to a JNDI name, create a <setProperties> command in your user configuration that contains a <bind> command specifying the JNDI name and the JCA administered object to bind it to. For example:

<target name="configure-user">
  <setProperties package="ejb.components.myjarname">
    <bind name="java:comp/env/jdbc/MyConnector"
          administeredObject="myConnector"/>
  </setProperties>
</target>