[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
Tue Nov 11 09:36:48 EST 2014


    [ https://issues.jboss.org/browse/WFCORE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018956#comment-13018956 ] 

RH Bugzilla Integration commented on WFCORE-159:
------------------------------------------------

Paul Gier <pgier at redhat.com> changed the Status of [bug 1151256|https://bugzilla.redhat.com/show_bug.cgi?id=1151256] from MODIFIED to ON_QA

> 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
>             Fix For: 1.0.0.Alpha12
>
>
> 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.8#6338)


More information about the jboss-jira mailing list