| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright 2004 The Apache Software Foundation |
| |
| Licensed 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. |
| --> |
| |
| <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1"> |
| |
| <resourceadapter> |
| <resourceadapter-instance> |
| <resourceadapter-name>testRA1</resourceadapter-name> |
| <config-property-setting name="RAStringProperty">NewStringValue</config-property-setting> |
| <workmanager-name>DefaultWorkManager</workmanager-name> |
| </resourceadapter-instance> |
| <outbound-resourceadapter> |
| <connection-definition> |
| <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface> |
| <connectiondefinition-instance> |
| <name>FirstTestOutboundConnectionFactory</name> |
| <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting> |
| <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting> |
| <connectionmanager> |
| <container-managed-security/> |
| <xa-transaction> |
| <transaction-caching/> |
| </xa-transaction> |
| <partitioned-pool> |
| <max-size>10</max-size> |
| <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds> |
| <match-one/> |
| <partition-by-subject/> |
| </partitioned-pool> |
| </connectionmanager> |
| </connectiondefinition-instance> |
| </connection-definition> |
| </outbound-resourceadapter> |
| </resourceadapter> |
| <resourceadapter> |
| <resourceadapter-instance> |
| <resourceadapter-name>testRA2</resourceadapter-name> |
| <config-property-setting name="RAStringProperty">NewStringValue</config-property-setting> |
| <workmanager-name>DefaultWorkManager</workmanager-name> |
| </resourceadapter-instance> |
| <outbound-resourceadapter> |
| <connection-definition> |
| <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface> |
| <connectiondefinition-instance> |
| <name>FirstTestOutboundConnectionFactory</name> |
| <config-property-setting name="OutboundStringProperty1">newvalue1</config-property-setting> |
| <config-property-setting name="OutboundStringProperty3">newvalue2</config-property-setting> |
| <connectionmanager> |
| <container-managed-security/> |
| <xa-transaction> |
| <transaction-caching/> |
| </xa-transaction> |
| <partitioned-pool> |
| <max-size>10</max-size> |
| <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds> |
| <match-one/> |
| <partition-by-subject/> |
| </partitioned-pool> |
| </connectionmanager> |
| </connectiondefinition-instance> |
| </connection-definition> |
| </outbound-resourceadapter> |
| </resourceadapter> |
| |
| |
| </connector> |