Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Defining general connection-specific properties for UPIC in weblogic-ra.xml

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>. Here:

  • You specify the properties for connection factories in the sub-elements <default-connection-properties> and <connection-definition-group>.

  • You specify default settings that are to apply for all the connection factories in the sub-element <default-connection-properties> of the element <outbound-resource-adapter>.

  • You specify default settings that are to apply for all the connection factories of a <connection-definition-group> in the sub-element <default-connection-properties> of the element <connection-definition-group>.

  • For each connection factory that is to be used by the EJBs, a <connection-instance> must be described in the corresponding <connection-definition-group>.