[jboss-jira] [JBoss JIRA] (WFCORE-159) Handlers can be created with the same name as an existing handler

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Oct 9 19:59:11 EDT 2014


     [ https://issues.jboss.org/browse/WFCORE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated WFCORE-159:
-------------------------------------------
        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1151256


> Handlers can be created with the same name as an existing handler
> -----------------------------------------------------------------
>
>                 Key: WFCORE-159
>                 URL: https://issues.jboss.org/browse/WFCORE-159
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Logging
>            Reporter: James Perkins
>            Assignee: James Perkins
>
> Handlers can be created with the same name as an existing handler. This was done to reconfigure differences in the logging subsystem XML and the logging.properties file. The problem is it will replace a handler during an {{ADD}} operation if the same name is used on another parent resource.
> {code}
> /subsystem=logging/async-handler=CONSOLE:add(queue-length=10,overflow-action=BLOCK)
> {code}
> This will replace the default console handler with the new one keeping the existing console-handler resource. The next boot also fails with no indication on the console.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list