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

runtime attribute is described with configuration storage in domain mode

    XMLWordPrintable

Details

    Description

      a messaging subsystem resource defines a runtime read-only attribute "started".

      In standalone mode, the attribute storage is described as "runtime".
      In domain mode, it is also the case when accessing the server directly:

      [domain@localhost:9999 /]
      /host=master/server=server-one/subsystem=messaging/hornetq-server=default/in-vm-acceptor=in-vm:read-resource-description
      {
      ...
                   "started" => {
                       "description" => "Whether this acceptor is started.",
                       "type" => BOOLEAN,
                       "nillable" => false,
                       "access-type" => "read-only",
                       "storage" => "runtime"
                   }
      }
      

      However when the resource is described through the domain's profile, it is erroneously described with a "configuration" storage:

      [domain@localhost:9999 /] /profile=full/subsystem=messaging/hornetq-server=default/in-vm-acceptor=in-vm:read-resource-description
      {
      ...
                   "started" => {
                       "description" => "Whether this acceptor is started.",
                       "type" => BOOLEAN,
                       "nillable" => false,
                       "access-type" => "read-only",
                       "storage" => "configuration"
                   }
      }
      

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            jmesnil1@redhat.com Jeff Mesnil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: