]
Brian Stansberry updated AS7-5366:
----------------------------------
Priority: Critical (was: Major)
Labels: as713tracking (was: )
Marking as "Critical" due to the possibility this is a regression. If it's
not a regression, it's "Major".
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
Priority: Critical
Labels: as713tracking
Fix For: 7.1.3.Final (EAP), 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@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@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: