[jboss-jira] [JBoss JIRA] (AS7-5366) runtime attribute is described with configuration storage in domain mode
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Aug 14 16:28:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5366:
----------------------------------
Fix Version/s: (was: 7.1.3.Final (EAP))
Priority: Major (was: Critical)
Not a regression. Work Jeff did in the messaging subsystem for 7.2 already fixes it.
> 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
> Labels: as713tracking
> 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