| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- @version $Rev$ $Date$ --> |
| |
| <ns2:connector xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:ns4="http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0" xmlns:ns5="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:ns6="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:ns7="http://java.sun.com/xml/ns/persistence" xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:ns9="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"> |
| <environment> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <type>jar</type> |
| </dependency> |
| </dependencies> |
| </environment> |
| <ns2:resourceadapter> |
| <ns2:outbound-resourceadapter> |
| <ns2:connection-definition> |
| <ns2:connectionfactory-interface>javax.sql.DataSource</ns2:connectionfactory-interface> |
| <ns2:connectiondefinition-instance> |
| <ns2:name>RARDBDatasource-1_3</ns2:name> |
| <ns2:config-property-setting name="Password"></ns2:config-property-setting> |
| <ns2:config-property-setting name="LoginTimeout"></ns2:config-property-setting> |
| <ns2:config-property-setting name="DatabaseName">DefaultDB-1_3</ns2:config-property-setting> |
| <ns2:config-property-setting name="UserName"></ns2:config-property-setting> |
| <ns2:config-property-setting name="ShutdownDatabase"></ns2:config-property-setting> |
| <ns2:connectionmanager> |
| <ns2:local-transaction/> |
| <ns2:single-pool> |
| <ns2:max-size>15</ns2:max-size> |
| <ns2:min-size>5</ns2:min-size> |
| <ns2:blocking-timeout-milliseconds>500</ns2:blocking-timeout-milliseconds> |
| <ns2:idle-timeout-minutes>15</ns2:idle-timeout-minutes> |
| <ns2:match-one/> |
| </ns2:single-pool> |
| </ns2:connectionmanager> |
| </ns2:connectiondefinition-instance> |
| </ns2:connection-definition> |
| </ns2:outbound-resourceadapter> |
| </ns2:resourceadapter> |
| </ns2:connector> |