[jboss-jira] [JBoss JIRA] (AS7-2948) Unsupported configuration attributes silently ignored

Martin Vecera (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 8 03:51:40 EST 2011


Unsupported configuration attributes silently ignored
-----------------------------------------------------

                 Key: AS7-2948
                 URL: https://issues.jboss.org/browse/AS7-2948
             Project: Application Server 7
          Issue Type: Bug
          Components: Server
    Affects Versions: 7.1.0.Beta1
            Reporter: Martin Vecera
            Assignee: Jason Greene


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.

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