From 3163628dd91bb52dc19b2d23c758ade010086374 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Mon, 16 Apr 2012 14:08:40 +0000 Subject: QPID-3749 -Fixed typo in qpid-jca-ds.xml to conform to ra.xml admin object property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326623 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/example/conf/qpid-jca-ds.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'qpid/java/jca') diff --git a/qpid/java/jca/example/conf/qpid-jca-ds.xml b/qpid/java/jca/example/conf/qpid-jca-ds.xml index 3c12e25020..ad75876808 100644 --- a/qpid/java/jca/example/conf/qpid-jca-ds.xml +++ b/qpid/java/jca/example/conf/qpid-jca-ds.xml @@ -27,7 +27,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidTopic - destinationAddress=@qpid.hello.topic.dest.address@ + DestinationAddress=@qpid.hello.topic.dest.address@ @@ -37,7 +37,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidTopic - destinationAddress=@qpid.goodbye.topic.dest.address@ + DestinationAddress=@qpid.goodbye.topic.dest.address@ @@ -47,7 +47,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidTopic - destinationAddress=@qpid.hellogoodbye.topic.dest.address@ + DestinationAddress=@qpid.hellogoodbye.topic.dest.address@ @@ -57,7 +57,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidQueue - destinationAddress=@qpid.hello.queue.dest.address@ + DestinationAddress=@qpid.hello.queue.dest.address@ @@ -67,7 +67,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidQueue - destinationAddress=@qpid.goodbye.queue.dest.address@ + DestinationAddress=@qpid.goodbye.queue.dest.address@ @@ -77,7 +77,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidQueue - destinationAddress=@qpid.request.queue.dest.address@ + DestinationAddress=@qpid.request.queue.dest.address@ @@ -87,7 +87,7 @@ jboss.jca:service=RARDeployment,name='@rar.name@' org.apache.qpid.ra.admin.QpidQueue - destinationAddress=@qpid.response.queue.dest.address@ + DestinationAddress=@qpid.response.queue.dest.address@ jboss.jca:service=RARDeployment,name='@rar.name@' javax.jms.ConnectionFactory - connectionURL=@broker.url@ + ConnectionURL=@broker.url@ -- cgit v1.2.1