[
https://issues.jboss.org/browse/AS7-4418?page=com.atlassian.jira.plugin.s...
]
Jeff Mesnil resolved AS7-4418.
------------------------------
Resolution: Duplicate Issue
Atrribute <factory-type> is not parsed correctly in
configuration of connection-factory
---------------------------------------------------------------------------------------
Key: AS7-4418
URL:
https://issues.jboss.org/browse/AS7-4418
Project: Application Server 7
Issue Type: Bug
Components: JMS
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
Fix For: 7.1.2.Final-redhat1
Attribute factory-type in configuration connection factory is not parsed correctly and
default "CF" type is always used.
Following configuration should register XAConnectionFactory but attribute factory-type is
ignored:
{code}
<connection-factory name="RemoteConnectionFactory">
<jms-connection-factories>
...
<connection-factory name="RemoteConnectionFactory">
<factory-type>XA_GENERIC</factory-type>
<connectors>
<connector-ref connector-name="netty"/>
</connectors>
<entries>
<entry name="RemoteConnectionFactory"/>
<entry
name="java:jboss/exported/jms/RemoteConnectionFactory"/>
</entries>
<ha>true</ha>
</connection-factory>
...
</jms-connection-factories>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira