[jboss-jira] [JBoss JIRA] (AS7-5366) runtime attribute is described with configuration storage in domain mode

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Tue Aug 14 08:37:14 EDT 2012


Jeff Mesnil created AS7-5366:
--------------------------------

             Summary: runtime attribute is described with configuration storage in domain mode
                 Key: AS7-5366
                 URL: https://issues.jboss.org/browse/AS7-5366
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Domain Management
            Reporter: Jeff Mesnil
            Assignee: Brian Stansberry


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:

{noformat}
[domain at 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"
             }
}
{noformat}

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

{noformat}
[domain at 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"
             }
}
{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