diff options
author | Weston M. Price <wprice@apache.org> | 2013-08-23 15:22:00 +0000 |
---|---|---|
committer | Weston M. Price <wprice@apache.org> | 2013-08-23 15:22:00 +0000 |
commit | c06382460324378d66320d0f6c761a7615aa529e (patch) | |
tree | 06be90452879eb3c766625e15ac5b659847c11e1 | |
parent | 3dc4078279a28943259c954e873becbd3b975598 (diff) | |
download | qpid-python-c06382460324378d66320d0f6c761a7615aa529e.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@1516880 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/jca/README-JBOSS.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/jca/README-JBOSS.txt b/qpid/java/jca/README-JBOSS.txt index e88643e0f2..717565b938 100644 --- a/qpid/java/jca/README-JBOSS.txt +++ b/qpid/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> |