[jboss-jira] [JBoss JIRA] (AS7-6538) Enable the reverse controller checks for the logging transformers test
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Feb 17 13:09:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754638#comment-12754638 ]
Brian Stansberry commented on AS7-6538:
---------------------------------------
The mapping in LoggingOperationTransformers of the write-attribute op for the "enabled" attribute to the legacy "enable" and "disable" ops is invalid. The problem is the "enabled" attribute is persistent and updates the configuration on the slave HC, while the "enable" and "disable" ops are runtime-only and only affect a running server. So, a write-attribute call setting "enabled" to false will not be "remembered" by the slave HC, and if it later starts a server using the profile, the handler will be enabled.
> Enable the reverse controller checks for the logging transformers test
> ----------------------------------------------------------------------
>
> Key: AS7-6538
> URL: https://issues.jboss.org/browse/AS7-6538
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Domain Management
> Reporter: Kabir Khan
> Assignee: Brian Stansberry
> Fix For: 7.3.0.Alpha1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list