[jboss-jira] [JBoss JIRA] (AS7-1268) Can't update subhandler on async handler

Jason Greene (Updated) (JIRA) jira-events at lists.jboss.org
Thu Nov 3 22:25:45 EDT 2011


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

Jason Greene updated AS7-1268:
------------------------------

         Assignee: James Perkins  (was: Stan Silvert)
    Fix Version/s: 7.0.2.SP1

    
> Can't update subhandler on async handler
> ----------------------------------------
>
>                 Key: AS7-1268
>                 URL: https://issues.jboss.org/browse/AS7-1268
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Logging
>    Affects Versions: 7.0.0.Beta1
>            Reporter: Stan Silvert
>            Assignee: James Perkins
>             Fix For: 7.0.2.SP1
>
>
> David, sorry if I'm assigning to the wrong person.  I guess this could be a CLI bug.
> [standalone at localhost:9999 /] cd subsystem=logging/async-handler=ASYNC
> [standalone at localhost:9999 async-handler=ASYNC] :read-resource(recursive=true)
> {
>     "outcome" => "success",
>     "result" => {
>         "level" => "INFO",
>         "overflow-action" => "BLOCK",
>         "queue-length" => 1024,
>         "subhandlers" => ["FILE"]
>     }
> }
> [standalone at localhost:9999 async-handler=ASYNC] :update-properties(subhandlers=["CONSOLE"])
> {"outcome" => "success"}
> [standalone at localhost:9999 async-handler=ASYNC] :read-resource(recursive=true)
> {
>     "outcome" => "success",
>     "result" => {
>         "level" => "INFO",
>         "overflow-action" => "BLOCK",
>         "queue-length" => 1024,
>         "subhandlers" => ["FILE"]
>     }
> }

--
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