Here's a WLS 9.X-compliant weblogic-ra.xml deployment
descriptor for the
Slide JCA connector:
<?xml version="1.0" ?>
<weblogic-connector xmlns="http://www.bea.com/
ns/weblogic/90">
<enable-access-outside-app>true</enable-access-outs
ide-app>
<outbound-resource-adapter>
<connection-definition-group>
<connection-factory-interface>javax.resource.cci.Conne
ctionFactory</connection-factory-interface>
<connection-instance>
<jndi-name>org.apache.webdav.connector.WebDAVConnector
</jndi-name>
<connection-properties>
<pool-params>
<initial-capacity>1</initial-capacity>
<max-capacity>10</max-capacity>
<capacity-increment>1</capacity-increment>
<shrinking-enabled>true</shrinking-enabled>
<shrink-frequency-seconds>900</shrink-frequency-sec
onds>
<highest-num-waiters>2147483647</highest-num-waiter
s>
<highest-num-unavailable>0</highest-num-unavailable
>
<connection-creation-retry-frequency-seconds>0</con
nection-creation-retry-frequency-seconds>
<connection-reserve-timeout-seconds>10</connection-
reserve-timeout-seconds>
<test-frequency-seconds>0</test-frequency-seconds&g
t;
<test-connections-on-create>false</test-connections
-on-create>
<test-connections-on-release>false</test-connection
s-on-release>
<test-connections-on-reserve>false</test-connection
s-on-reserve>
<profile-harvest-frequency-seconds>0</profile-harve
st-frequency-seconds>
<ignore-in-use-connections-enabled>true</ignore-in-
use-connections-enabled>
<match-connections-supported>true</match-connection
s-supported>
</pool-params>
</connection-properties>
</connection-instance>
</connection-definition-group>
</outbound-resource-adapter>
</weblogic-connector>
--
View this message in context: http://www.nabble.com/weblogic-ra.xml-f
or-WLS-9.X-tf2197906.html#a6083310
Sent from the Jakarta Slide - User forum at Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|