Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4948

read-resource operation does not return the version and name spaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 7.0.0.Final
    • Management
    • None

      The following operation, in this case for the jmx subsystem resource, returns the version and xml-namespaces of the read resource:

      [standalone@localhost:9990 /] /extension=org.jboss.as.jmx/subsystem=jmx:read-resource
      {
          "outcome" => "success",
          "result" => {
              "management-major-version" => 1,
              "management-micro-version" => 0,
              "management-minor-version" => 2,
              "xml-namespaces" => [
                  "urn:jboss:domain:jmx:1.0",
                  "urn:jboss:domain:jmx:1.1",
                  "urn:jboss:domain:jmx:1.2",
                  "urn:jboss:domain:jmx:1.3"
              ]
          }
      }
      

      Since wildlfly-core 7.0.0.Final, this operation does not return any value:

      [standalone@localhost:9990 /] /extension=org.jboss.as.jmx/subsystem=jmx:read-resource
      {
          "outcome" => "success",
          "result" => {}
      }
      

      The operation returns the same empty result for any subsystem read similarly under the extension resource.

            yborgess1@redhat.com Yeray Borges Santana
            yborgess1@redhat.com Yeray Borges Santana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: