summaryrefslogtreecommitdiff
path: root/java/jca
diff options
context:
space:
mode:
authorWeston M. Price <wprice@apache.org>2013-08-23 15:22:00 +0000
committerWeston M. Price <wprice@apache.org>2013-08-23 15:22:00 +0000
commit0eb45ebc51e1f420ac4f98b77496d193dd5dbf41 (patch)
tree36aae451d04c5c835f5f93ce929ee1c2fd9ec497 /java/jca
parent4dc94a9f2adb2bf6ac075d7f1ebbbe1044787099 (diff)
downloadqpid-python-0eb45ebc51e1f420ac4f98b77496d193dd5dbf41.tar.gz
[QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected documentation for JCA destination AdminOBject in JCA adapter
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1516880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca')
-rw-r--r--java/jca/README-JBOSS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jca/README-JBOSS.txt b/java/jca/README-JBOSS.txt
index e88643e0f2..717565b938 100644
--- a/java/jca/README-JBOSS.txt
+++ b/java/jca/README-JBOSS.txt
@@ -101,7 +101,7 @@ provides two such objects
name="qpid.jca:name=HelloQueue">
<attribute name="JNDIName">Hello</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='qpid-ra-<ra-version>.rar'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidQueue/attribute>
<attribute name="Properties">
DestinationAddress=amq.direct
</attribute>
@@ -118,7 +118,7 @@ can be customized for your environment. Please see the Qpid Java Client document
name="qpid.jca:name=HelloTopic">
<attribute name="JNDIName">HelloTopic</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='qpid-ra-<ra-version>.rar'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
DestinationAddress=amq.topic
</attribute>