From 5807616b1627b3eebae65ebcb4e728001ae323be Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Tue, 17 Apr 2012 21:38:12 +0000 Subject: QPID-3734 -Refactored JCA adapter to use AMQDestination Java Bean -Created two new destination AdminObjects to managed JCA destinations -Refactored examples to use new AdminObjects -Minor cleanup -Moved broker.address property to build-properties.xml git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327292 13f79535-47bb-0310-9956-ffa450edef68 --- java/jca/example/.gitignore | 1 + java/jca/example/conf/geronimo-ra.xml | 18 +++++++++--------- java/jca/src/main/resources/META-INF/ra.xml | 5 ++--- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'java/jca') diff --git a/java/jca/example/.gitignore b/java/jca/example/.gitignore index 71337b619c..54c810d4a0 100644 --- a/java/jca/example/.gitignore +++ b/java/jca/example/.gitignore @@ -1,3 +1,4 @@ build/* lib/* +*.swp build-properties.xml diff --git a/java/jca/example/conf/geronimo-ra.xml b/java/jca/example/conf/geronimo-ra.xml index 1c7210d2ee..926c73baf1 100644 --- a/java/jca/example/conf/geronimo-ra.xml +++ b/java/jca/example/conf/geronimo-ra.xml @@ -67,7 +67,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl Dummy - amq.topic + amq.topic @@ -75,7 +75,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl HelloTopic - @qpid.hello.topic.dest.address@ + @qpid.hello.topic.dest.address@ @@ -83,7 +83,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl GoodByeTopic - @qpid.goodbye.topic.dest.address@ + @qpid.goodbye.topic.dest.address@ @@ -91,7 +91,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl HelloGoodByeTopic - @qpid.hellogoodbye.topic.dest.address@ + @qpid.hellogoodbye.topic.dest.address@ @@ -99,7 +99,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl HelloQueue - @qpid.hello.queue.dest.address@ + @qpid.hello.queue.dest.address@ @@ -107,7 +107,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl GoodByeQueue - @qpid.goodbye.queue.dest.address@ + @qpid.goodbye.queue.dest.address@ @@ -115,7 +115,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl RequestQueue - @qpid.request.queue.dest.address@ + @qpid.request.queue.dest.address@ @@ -123,7 +123,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl ResponseQueue - @qpid.response.queue.dest.address@ + @qpid.response.queue.dest.address@ @@ -131,7 +131,7 @@ org.apache.qpid.ra.admin.QpidConnectionFactoryProxy QpidConnectionFactory - @broker.url@ + @broker.url@ diff --git a/java/jca/src/main/resources/META-INF/ra.xml b/java/jca/src/main/resources/META-INF/ra.xml index e95a72fb99..01f5eceecf 100755 --- a/java/jca/src/main/resources/META-INF/ra.xml +++ b/java/jca/src/main/resources/META-INF/ra.xml @@ -195,13 +195,12 @@ - org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl DestinationAddress - java.lang.String + java.lang.String @@ -209,7 +208,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl DestinationAddress - java.lang.String + java.lang.String -- cgit v1.2.1