[
https://issues.jboss.org/browse/AS7-2948?page=com.atlassian.jira.plugin.s...
]
Andy Taylor resolved AS7-2948.
------------------------------
Fix Version/s: 7.1.0.Final
Resolution: Done
Unsupported messaging subsystem configuration attributes silently
ignored
-------------------------------------------------------------------------
Key: AS7-2948
URL:
https://issues.jboss.org/browse/AS7-2948
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.1.0.Beta1
Reporter: Martin Vecera
Assignee: Andy Taylor
Fix For: 7.1.0.Final
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