weblogic-ra.xml for WLS 9.X
agherardi <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
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-outside-app>
<outbound-resource-adapter>
<connection-definition-group>
<connection-factory-interface>javax.resource.cci.ConnectionFactory</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-seconds>
<highest-num-waiters>2147483647</highest-num-waiters>
<highest-num-unavailable>0</highest-num-unavailable>
<connection-creation-retry-frequency-seconds>0</connection-creation-retry-frequency-seconds>
<connection-reserve-timeout-seconds>10</connection-reserve-timeout-seconds>
<test-frequency-seconds>0</test-frequency-seconds>
<test-connections-on-create>false</test-connections-on-create>
<test-connections-on-release>false</test-connections-on-release>
<test-connections-on-reserve>false</test-connections-on-reserve>
<profile-harvest-frequency-seconds>0</profile-harvest-frequency-seconds>
<ignore-in-use-connections-enabled>true</ignore-in-use-connections-enabled>
<match-connections-supported>true</match-connections-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-for-WLS-9.X-tf2197906.html#a6083310
Sent from the Jakarta Slide - User forum at Nabble.com.