]
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@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: