[jboss-as7-dev] change of storage type in domain mode
Brian Stansberry
brian.stansberry at redhat.com
Tue Aug 14 10:33:44 EDT 2012
Bug.
Jeff opened https://issues.jboss.org/browse/AS7-5366 for this.
On 8/14/12 4:51 AM, Jeff Mesnil wrote:
> I have an *runtime* read-only attribute whose "storage" changed to "configuration" in domain mode when I read it through the
> profile.
>
> [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"
> }
> }
> [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"
> }
> }
>
> Is it a bug or something I don't understand?
>
--
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat
More information about the jboss-as7-dev
mailing list