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

Unsupported messaging subsystem configuration attributes silently ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.Beta1
    • JMS
    • None

    Description

      When there is an unsupported configuration attribute in standalone.xml, it is silently ignored and deleted from the configuration without a single warning the first time the server writes the configuration back to the disk. Sample piece of configuration (in standalone.xml):
      <connection-factory name="RemoteConnectionFactory">
      <transaction mode="xa"/>
      <connectors>
      <connector-ref connector-name="netty"/>
      </connectors>
      <entries>
      <entry name="RemoteConnectionFactory"/>
      </entries>
      </connection-factory>

      Transaction mode is unsupported in an ordinary connection-factory. It must be pooled-connection-factory.

      Attachments

        Activity

          People

            rh-ee-ataylor Andy Taylor
            mvecera Martin Vecera
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: