Alexander Morozov created AMQ-5690:
--------------------------------------
Summary: Wrong property in ra.xml for
org.apache.activemq.pool.XaPooledConnectionFactory
Key: AMQ-5690
URL: https://issues.apache.org/jira/browse/AMQ-5690
Project: ActiveMQ
Issue Type: Bug
Components: RAR
Affects Versions: 5.11.1
Environment: Windows 8.1 Pro, JDK 8u31 x64, Wildfly 8.2.0.Final
Reporter: Alexander Morozov
{code:xml}
<adminobject>
<adminobject-interface>javax.jms.ConnectionFactory</adminobject-interface>
<adminobject-class>org.apache.activemq.pool.XaPooledConnectionFactory</adminobject-class>
<config-property>
<config-property-name>brokerUrl</config-property-name>
<config-property-type>java.lang.String</config-property-type>
</config-property>
<config-property>
<config-property-name>tmFromJndi</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type>
</config-property>
</adminobject>
{code}
should be changed to
{code:xml}
<adminobject>
<adminobject-interface>javax.jms.ConnectionFactory</adminobject-interface>
<adminobject-class>org.apache.activemq.pool.XaPooledConnectionFactory</adminobject-class>
<config-property>
<config-property-name>brokerUrl</config-property-name>
<config-property-type>java.lang.String</config-property-type>
</config-property>
<config-property>
<config-property-name>tmJndiName</config-property-name>
<config-property-type>java.lang.String</config-property-type>
</config-property>
</adminobject>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)