From 4640cb7eabc1edd2e3aaea6c0392662f7adb51e7 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 14 Mar 2012 15:26:07 +0000 Subject: QPID-3776 Applying a patch by Weston Price. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1300590 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/example/build-jboss7-properties.xml | 117 ++++++ qpid/java/jca/example/conf/standalone.xml | 417 ++++++++++++++++++++++ 2 files changed, 534 insertions(+) create mode 100644 qpid/java/jca/example/build-jboss7-properties.xml create mode 100644 qpid/java/jca/example/conf/standalone.xml (limited to 'qpid/java/jca') diff --git a/qpid/java/jca/example/build-jboss7-properties.xml b/qpid/java/jca/example/build-jboss7-properties.xml new file mode 100644 index 0000000000..cfbaa9b473 --- /dev/null +++ b/qpid/java/jca/example/build-jboss7-properties.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/java/jca/example/conf/standalone.xml b/qpid/java/jca/example/conf/standalone.xml new file mode 100644 index 0000000000..5d4256f8e7 --- /dev/null +++ b/qpid/java/jca/example/conf/standalone.xml @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + + + h2 + + + + sa + + + sa + + + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + @rar.name@ + + + XATransaction + + + @broker.url@ + + + org.apache.qpid.ra.tm.JBoss7TransactionManagerLocator + + + getTm + + + + + @broker.url@ + + + javax.jms.Queue + + + + + + + @broker.url@ + + + + + @qpid.hello.topic.dest.address@ + + + + + @qpid.goodbye.topic.dest.address@ + + + + + @qpid.goodbye.queue.dest.address@ + + + + + @qpid.hello.queue.dest.address@ + + + + + @qpid.responder.queue.dest.address@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + ${jboss.bind.address:127.0.0.1} + + + + Standard-Endpoint-Config + + + + + Recording-Endpoint-Config + + + + + ##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM + + + + RecordingHandler + + + org.jboss.ws.common.invocation.RecordingServerHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1