schemas.910.weblogic-ra.xsd Maven / Gradle / Ivy
This is the XML Schema for the WebLogic Server specifics of the Connector 1.5 deployment
descriptor. The deployment descriptor must be named "META-INF/weblogic-ra.xml" in the
resource adapter's rar file.
The config-property-name element specifies the same name as the
config-property-name element in ra.xml of which
the config-property-value will be overridden.
This is a required element.
The config-property-value element specifies the value that will override
the config-property-value of the config-property in ra.xml with the same
config-property-name as config-property-name.
This is an optional element.
The match-connections-supported element indicates whether or not the resource
adapter supports the ManagedConnectionFactory.matchManagedConnections() method.
If the resource adapter does not support this method (i.e. always return null
for this method) then WebLogic Server will bypass this method call during a
connection request.
This is an optional element.
Failure to specify this value will result in WebLogic using its defined default
value.
Value Range: true|false
Default Value: true
The use-first-available element indicates that the first available connection
in the pool should be used to satisfy any incoming connection request. This
results in bypassing calls to matchConnections in the Resource Adapter and can
provide a significant performance improvement.
This is an optional element.
Failure to specify this value will result in WebLogic using its defined default
value.
Value Range: true|false
Default Value: false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy