Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3566

Inconsistent management model of the JMX subsystem

    XMLWordPrintable

Details

    Description

      The description doesn't contain any "connector" children, however the actual model does:

      [domain@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
              }}
          }
      }
      
      
      [domain@192.168.2.126:9999 /] /profile=default/subsystem=jmx:read-resource(recursive=true)
      {
          "outcome" => "success",
          "result" => {
              "connector" => {},
              "remoting-connector" => undefined,
              "show-model" => true
          }
      }
      
      

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              rhn-support-hbraun Heiko Braun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: