Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4418

Atrribute <factory-type> is not parsed correctly in configuration of connection-factory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 7.1.2.Final (EAP)
    • None
    • JMS
    • None

      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:

      <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>
      

            jmesnil1@redhat.com Jeff Mesnil
            mnovak1@redhat.com Miroslav Novak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: