Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4996

No data and attribute/operation description for binding in naming subsystem configuration

XMLWordPrintable

      Web console does not show any available data, attributes or operations for bindings in subsystem configuration.
      It also does not allow for configuration of resources in this subsystem, or calling their operations.

      Binding used for example:

      [standalone@localhost:9990 /] /subsystem=naming/binding=java\:global\/a:read-resource(recursive=true)
      {
          "outcome" => "success",
          "result" => {
              "binding-type" => "simple",
              "cache" => undefined,
              "class" => undefined,
              "environment" => undefined,
              "lookup" => undefined,
              "module" => undefined,
              "type" => "int",
              "value" => "100"
          }
      }
      
      [standalone@localhost:9990 /] /subsystem=naming/binding=java\:global\/a:read-operation-names
      {
          "outcome" => "success",
          "result" => [
              "add",
              "list-add",
              "list-clear",
              "list-get",
              "list-remove",
              "map-clear",
              "map-get",
              "map-put",
              "map-remove",
              "query",
              "read-attribute",
              "read-attribute-group",
              "read-attribute-group-names",
              "read-children-names",
              "read-children-resources",
              "read-children-types",
              "read-operation-description",
              "read-operation-names",
              "read-resource",
              "read-resource-description",
              "remove",
              "undefine-attribute",
              "whoami",
              "write-attribute"
          ]
      }
      

        1. binding-attributes.png
          15 kB
          Michal Jurc
        2. binding-data.png
          13 kB
          Michal Jurc
        3. binding-operations.png
          15 kB
          Michal Jurc

              thofman Tomas Hofman
              mjurc@redhat.com Michal Jurc
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: