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

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Tue Aug 14 16:42:15 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711556#comment-12711556 ] 

Tomaz Cerar commented on AS7-5366:
----------------------------------

Jeff, this is actually result of bug in management model definition, but you have this already fixed in your RD conversion branch.
also this exact behavior is present in 7.1.2.Final and messaging subsystem is not the only problematic one.
                
> 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: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.2.Final (EAP), 7.2.0.Alpha1
>            Reporter: Jeff Mesnil
>            Assignee: Tomaz Cerar
>             Fix For: 7.2.0.Alpha1
>
>
> 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