summaryrefslogtreecommitdiff
path: root/qpid/java/jca/rar
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2015-04-15 09:47:28 +0000
committerAlex Rudyy <orudyy@apache.org>2015-04-15 09:47:28 +0000
commit0a0baee45ebcff44635907d457c4ff6810b09c87 (patch)
tree8bfb0f9eddbc23cff88af69be80ab3ce7d47011c /qpid/java/jca/rar
parent54aa3d7070da16ce55c28ccad3f7d0871479e461 (diff)
downloadqpid-python-0a0baee45ebcff44635907d457c4ff6810b09c87.tar.gz
QPID-6481: Move java source tree to top level
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/rar')
-rw-r--r--qpid/java/jca/rar/pom.xml69
-rw-r--r--qpid/java/jca/rar/src/main/resources/META-INF/jboss-ra.xml33
-rwxr-xr-xqpid/java/jca/rar/src/main/resources/META-INF/ra.xml230
3 files changed, 0 insertions, 332 deletions
diff --git a/qpid/java/jca/rar/pom.xml b/qpid/java/jca/rar/pom.xml
deleted file mode 100644
index d783cbb41e..0000000000
--- a/qpid/java/jca/rar/pom.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.qpid</groupId>
- <artifactId>qpid-java-build</artifactId>
- <version>0.32-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <artifactId>qpid-ra</artifactId>
- <packaging>rar</packaging>
- <name>Qpid Resource Adaptor</name>
- <description>Resource Adaptor</description>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.qpid</groupId>
- <artifactId>qpid-client</artifactId>
- <version>${project.version}</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.apache.qpid</groupId>
- <artifactId>qpid-jca</artifactId>
- <version>${project.version}</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-rar-plugin</artifactId>
- <!--version specified in parent pluginManagement -->
- <configuration>
- <raXmlFile>src/main/resources/META-INF/ra.xml</raXmlFile>
- <rarSourceDirectory>src/main/resources</rarSourceDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
diff --git a/qpid/java/jca/rar/src/main/resources/META-INF/jboss-ra.xml b/qpid/java/jca/rar/src/main/resources/META-INF/jboss-ra.xml
deleted file mode 100644
index f459b1efc1..0000000000
--- a/qpid/java/jca/rar/src/main/resources/META-INF/jboss-ra.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - 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.
- -
- -->
-<jboss-ra>
- <ra-config-property>
- <ra-config-property-name>TransactionManagerLocatorClass</ra-config-property-name>
- <ra-config-property-type>java.lang.String</ra-config-property-type>
- <ra-config-property-value>org.apache.qpid.ra.tm.JBossTransactionManagerLocator</ra-config-property-value>
- </ra-config-property>
- <ra-config-property>
- <ra-config-property-name>TransactionManagerLocatorMethod</ra-config-property-name>
- <ra-config-property-type>java.lang.String</ra-config-property-type>
- <ra-config-property-value>getTm</ra-config-property-value>
- </ra-config-property>
-</jboss-ra>
diff --git a/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml b/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml
deleted file mode 100755
index 4819bc8ad5..0000000000
--- a/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml
+++ /dev/null
@@ -1,230 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - 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.
- -
- -->
-
-<connector xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
- http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"
- version="1.5">
-
- <description>QPID Resource Adapter</description>
- <display-name>QPID Resource Adapter</display-name>
-
- <vendor-name>Apache Software Foundation</vendor-name>
- <eis-type>JMS 1.1 Server</eis-type>
- <resourceadapter-version>1.0</resourceadapter-version>
-
- <license>
- <description>
- 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.
- </description>
- <license-required>true</license-required>
- </license>
-
- <resourceadapter>
- <resourceadapter-class>org.apache.qpid.ra.QpidResourceAdapter</resourceadapter-class>
- <config-property>
- <description>Client ID for the connection</description>
- <config-property-name>ClientId</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>client_id</config-property-value>
- </config-property>
-
- <config-property>
- <description>Number of setup attempts before failing</description>
- <config-property-name>SetupAttempts</config-property-name>
- <config-property-type>java.lang.Integer</config-property-type>
- <config-property-value>5</config-property-value>
- </config-property>
-
- <config-property>
- <description>Interval between setup attempts in milliseconds</description>
- <config-property-name>SetupInterval</config-property-name>
- <config-property-type>java.lang.Long</config-property-type>
- <config-property-value>5000</config-property-value>
- </config-property>
-
- <config-property>
- <description>Use local transactions rather than XA</description>
- <config-property-name>UseLocalTx</config-property-name>
- <config-property-type>java.lang.Boolean</config-property-type>
- <config-property-value>false</config-property-value>
- </config-property>
-
- <config-property>
- <description>Broker host</description>
- <config-property-name>Host</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>localhost</config-property-value>
- </config-property>
-
- <config-property>
- <description>Broker port</description>
- <config-property-name>Port</config-property-name>
- <config-property-type>java.lang.Integer</config-property-type>
- <config-property-value>5672</config-property-value>
- </config-property>
-
- <config-property>
- <description>Virtual Path for Connection Factory</description>
- <config-property-name>Path</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>test</config-property-value>
- </config-property>
-
- <config-property>
- <description>Connection URL</description>
- <config-property-name>ConnectionURL</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>amqp://anonymous:passwd@client/test?brokerlist='tcp://localhost?sasl_mechs='PLAIN''</config-property-value>
- </config-property>
-
- <config-property>
- <description>Use a JMS Connection per MessageHandler</description>
- <config-property-name>UseConnectionPerHandler</config-property-name>
- <config-property-type>java.lang.Boolean</config-property-type>
- <config-property-value>false</config-property-value>
- </config-property>
-
- <outbound-resourceadapter>
- <connection-definition>
- <managedconnectionfactory-class>org.apache.qpid.ra.QpidRAManagedConnectionFactory</managedconnectionfactory-class>
-
- <config-property>
- <description>Default session type</description>
- <config-property-name>SessionDefaultType</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>javax.jms.Queue</config-property-value>
- </config-property>
-
- <config-property>
- <description>Specify lock timeout in seconds</description>
- <config-property-name>UseTryLock</config-property-name>
- <config-property-type>java.lang.Integer</config-property-type>
- <config-property-value>0</config-property-value>
- </config-property>
-
- <config-property>
- <description>Use local transactions rather than XA</description>
- <config-property-name>UseLocalTx</config-property-name>
- <config-property-type>java.lang.Boolean</config-property-type>
- <config-property-value>false</config-property-value>
- </config-property>
-
- <config-property>
- <description>Client ID for the connection</description>
- <config-property-name>ClientId</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>client_id</config-property-value>
- </config-property>
-
- <config-property>
- <description>Connection URL</description>
- <config-property-name>ConnectionURL</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value></config-property-value>
- </config-property>
-
- <config-property>
- <description>Broker host</description>
- <config-property-name>Host</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>localhost</config-property-value>
- </config-property>
-
- <config-property>
- <description>Broker port</description>
- <config-property-name>Port</config-property-name>
- <config-property-type>java.lang.Integer</config-property-type>
- <config-property-value>5672</config-property-value>
- </config-property>
-
- <config-property>
- <description>Virtual Path for Connection Factory</description>
- <config-property-name>Path</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- <config-property-value>test</config-property-value>
- </config-property>
-
- <connectionfactory-interface>org.apache.qpid.ra.QpidRAConnectionFactory</connectionfactory-interface>
- <connectionfactory-impl-class>org.apache.qpid.ra.QpidRAConnectionFactoryImpl</connectionfactory-impl-class>
- <connection-interface>javax.jms.Session</connection-interface>
- <connection-impl-class>org.apache.qpid.ra.QpidRASessionImpl</connection-impl-class>
- </connection-definition>
- <transaction-support>XATransaction</transaction-support>
- <authentication-mechanism>
- <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
- <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
- </authentication-mechanism>
- <reauthentication-support>false</reauthentication-support>
- </outbound-resourceadapter>
- <inbound-resourceadapter>
- <messageadapter>
- <messagelistener>
- <messagelistener-type>javax.jms.MessageListener</messagelistener-type>
- <activationspec>
- <activationspec-class>org.apache.qpid.ra.inflow.QpidActivationSpec</activationspec-class>
- <required-config-property>
- <config-property-name>destination</config-property-name>
- </required-config-property>
- </activationspec>
- </messagelistener>
- </messageadapter>
- </inbound-resourceadapter>
- <adminobject>
- <adminobject-interface>org.apache.qpid.ra.admin.QpidQueue</adminobject-interface>
- <adminobject-class> org.apache.qpid.ra.admin.QpidQueueImpl</adminobject-class>
- <config-property>
- <config-property-name>DestinationAddress </config-property-name>
- <config-property-type>java.lang.String </config-property-type>
- </config-property>
- </adminobject>
- <adminobject>
- <adminobject-interface>org.apache.qpid.ra.admin.QpidTopic</adminobject-interface>
- <adminobject-class> org.apache.qpid.ra.admin.QpidTopicImpl</adminobject-class>
- <config-property>
- <config-property-name>DestinationAddress </config-property-name>
- <config-property-type>java.lang.String </config-property-type>
- </config-property>
- </adminobject>
- <adminobject>
- <adminobject-interface>javax.jms.ConnectionFactory</adminobject-interface>
- <adminobject-class> org.apache.qpid.ra.admin.QpidConnectionFactoryProxy</adminobject-class>
- <config-property>
- <config-property-name>ConnectionURL</config-property-name>
- <config-property-type>java.lang.String</config-property-type>
- </config-property>
- </adminobject>
- </resourceadapter>
-</connector>