[jboss-jira] [JBoss JIRA] (AS7-4418) Atrribute <factory-type> is not parsed correctly in configuration of connection-factory

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Fri Apr 6 11:19:47 EDT 2012


    [ https://issues.jboss.org/browse/AS7-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682352#comment-12682352 ] 

Jeff Mesnil commented on AS7-4418:
----------------------------------

Hi Jason,

I started working on it in AS7-4394
                
> 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
>              Labels: eap6_need_triage
>             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

        


More information about the jboss-jira mailing list