[jboss-jira] [JBoss JIRA] (AS7-2948) Unsupported messaging subsystem configuration attributes silently ignored
Brian Stansberry (Updated) (JIRA)
jira-events at lists.jboss.org
Fri Jan 6 18:16:09 EST 2012
[ https://issues.jboss.org/browse/AS7-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-2948:
----------------------------------
Summary: Unsupported messaging subsystem configuration attributes silently ignored (was: Unsupported configuration attributes silently ignored)
Assignee: Andy Taylor (was: Jason Greene)
Component/s: JMS
(was: Server)
> 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
>
> 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