The file weblogic-ra.xml
is the WebLogic-specific deployment descriptor for the resource adapter. This deployment descriptor specifies the settings that are required for outbound communication with EIS partners. The communications are conducted via so-called connection factories.
General settings for outbound communication
The settings for outbound communication are defined in the element
<outbound
-resource-adapter>
.The properties for connection factories can be determined using the sub-elements
<default-connection-properties>
and<connection-definition-group>
.For each
<connection-definition>
that is present in thera.xml
, a<connection
-definition-group>
must be defined in theweblogic-ra.xml
.Default settings that are to apply to all connection factories can be defined in the sub-element
<default-connection-properties>
of the element<outbound-resource
-adapter>
.Default settings that are to apply to the connection factories for a
<connection
-definition-group>
can be defined in the sub-element<default-connection
-properties>
of the element<connection-definition-group>
.For each connection factory that is to be used by the EJB, a
<connection-instance>
must be defined in the corresponding<connection-definition-group>
.