summaryrefslogtreecommitdiff
path: root/java/jca
diff options
context:
space:
mode:
authorWeston M. Price <wprice@apache.org>2012-04-16 14:08:40 +0000
committerWeston M. Price <wprice@apache.org>2012-04-16 14:08:40 +0000
commitd832841e5b9c12bed160d6bc7a2eb876b2de596c (patch)
tree885fb7a47d2d8f62e5b15ca2a4d449e96e4ed8d1 /java/jca
parent9740f92cdfa230d0e099597a86e3f0087883af2c (diff)
downloadqpid-python-d832841e5b9c12bed160d6bc7a2eb876b2de596c.tar.gz
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/qpid@1326623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca')
-rw-r--r--java/jca/example/conf/qpid-jca-ds.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/jca/example/conf/qpid-jca-ds.xml b/java/jca/example/conf/qpid-jca-ds.xml
index 3c12e25020..ad75876808 100644
--- a/java/jca/example/conf/qpid-jca-ds.xml
+++ b/java/jca/example/conf/qpid-jca-ds.xml
@@ -27,7 +27,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.hello.topic.dest.address@
+ DestinationAddress=@qpid.hello.topic.dest.address@
</attribute>
</mbean>
@@ -37,7 +37,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.goodbye.topic.dest.address@
+ DestinationAddress=@qpid.goodbye.topic.dest.address@
</attribute>
</mbean>
@@ -47,7 +47,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.hellogoodbye.topic.dest.address@
+ DestinationAddress=@qpid.hellogoodbye.topic.dest.address@
</attribute>
</mbean>
@@ -57,7 +57,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.hello.queue.dest.address@
+ DestinationAddress=@qpid.hello.queue.dest.address@
</attribute>
</mbean>
@@ -67,7 +67,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.goodbye.queue.dest.address@
+ DestinationAddress=@qpid.goodbye.queue.dest.address@
</attribute>
</mbean>
@@ -77,7 +77,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.request.queue.dest.address@
+ DestinationAddress=@qpid.request.queue.dest.address@
</attribute>
</mbean>
@@ -87,7 +87,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationAddress=@qpid.response.queue.dest.address@
+ DestinationAddress=@qpid.response.queue.dest.address@
</attribute>
</mbean>
<mbean code="org.jboss.resource.deployment.AdminObject"
@@ -96,7 +96,7 @@
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
<attribute name="Type">javax.jms.ConnectionFactory</attribute>
<attribute name="Properties">
- connectionURL=@broker.url@
+ ConnectionURL=@broker.url@
</attribute>
</mbean>