From 5e09be7cc6ed2de1be4db0f8d345e0e4685ba801 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Tue, 17 Apr 2012 21:38:29 +0000 Subject: QPID-3701 -Add support for Glassfish 3.1.1 AS -Add necessary configuration files for Glassfish support -Reworked JNDI naming conventions to be consistent across all supported app servers -Fixed NPE in QpidConnectionFactoryProxy -Added necessary documentation files for Glassfish support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327294 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/example/conf/geronimo-ra.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'qpid/java/jca/example/conf/geronimo-ra.xml') diff --git a/qpid/java/jca/example/conf/geronimo-ra.xml b/qpid/java/jca/example/conf/geronimo-ra.xml index 926c73baf1..a7511f647f 100644 --- a/qpid/java/jca/example/conf/geronimo-ra.xml +++ b/qpid/java/jca/example/conf/geronimo-ra.xml @@ -74,7 +74,7 @@ org.apache.qpid.ra.admin.QpidTopic org.apache.qpid.ra.admin.QpidTopicImpl - HelloTopic + HelloTopic @qpid.hello.topic.dest.address@ @@ -82,23 +82,25 @@ org.apache.qpid.ra.admin.QpidTopic org.apache.qpid.ra.admin.QpidTopicImpl - GoodByeTopic + GoodByeTopic @qpid.goodbye.topic.dest.address@ + org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl - HelloQueue + HelloQueue @qpid.hello.queue.dest.address@ @@ -106,7 +108,7 @@ org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl - GoodByeQueue + GoodByeQueue @qpid.goodbye.queue.dest.address@ @@ -114,7 +116,7 @@ org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl - RequestQueue + RequestQueue @qpid.request.queue.dest.address@ @@ -122,7 +124,7 @@ org.apache.qpid.ra.admin.QpidQueue org.apache.qpid.ra.admin.QpidQueueImpl - ResponseQueue + ResponseQueue @qpid.response.queue.dest.address@ @@ -130,7 +132,7 @@ javax.jms.ConnectionFactory org.apache.qpid.ra.admin.QpidConnectionFactoryProxy - QpidConnectionFactory + QpidConnectionFactory @broker.url@ -- cgit v1.2.1