[jboss-jira] [JBoss JIRA] (AS7-3566) Inconsistent management model of the JMX subsystem

Heiko Braun (JIRA) jira-events at lists.jboss.org
Thu Feb 2 03:38:49 EST 2012


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

Heiko Braun commented on AS7-3566:
----------------------------------

I guess "connector" has ben renamed to "remote-connector"  and this has not been done cleanly.
                
> Inconsistent management model of the JMX subsystem
> --------------------------------------------------
>
>                 Key: AS7-3566
>                 URL: https://issues.jboss.org/browse/AS7-3566
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Heiko Braun
>            Assignee: Brian Stansberry
>             Fix For: 7.1.1.Final
>
>
> The description doesn't contain any "connector" children, however the actual model does:
> {noformat}
> [domain at 192.168.2.126:9999 /] /profile=default/subsystem=jmx:read-resource-description
> {
>     "outcome" => "success",
>     "result" => {
>         "description" => "The configuration of the JMX subsystem.",
>         "attributes" => {"show-model" => {
>             "type" => BOOLEAN,
>             "description" => "Set to 'true' to include MBeans for the model controller resources",
>             "expressions-allowed" => false,
>             "nillable" => true,
>             "access-type" => "read-write",
>             "storage" => "configuration",
>             "restart-required" => "no-services"
>         }},
>         "operations" => undefined,
>         "children" => {"remoting-connector" => {
>             "description" => "JBoss remoting connectors for the JMX subsystem.",
>             "model-description" => undefined
>         }}
>     }
> }
> {noformat}
> {noformat}
> [domain at 192.168.2.126:9999 /] /profile=default/subsystem=jmx:read-resource(recursive=true)
> {
>     "outcome" => "success",
>     "result" => {
>         "connector" => {},
>         "remoting-connector" => undefined,
>         "show-model" => true
>     }
> }
> {noformat}

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