Author: wprice
Date: Fri Aug 23 15:22:00 2013
New Revision: 1516880
URL: http://svn.apache.org/r1516880
Log:
[QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected documentation
for JCA destination AdminOBject in JCA adapter
Modified:
qpid/trunk/qpid/java/jca/README-JBOSS.txt
Modified: qpid/trunk/qpid/java/jca/README-JBOSS.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/README-JBOSS.txt?rev=1516880&r1=1516879&r2=1516880&view=diff
==============================================================================
--- qpid/trunk/qpid/java/jca/README-JBOSS.txt (original)
+++ qpid/trunk/qpid/java/jca/README-JBOSS.txt Fri Aug 23 15:22:00 2013
@@ -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.
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]