[jboss-as7-dev] change of storage type in domain mode
Jeff Mesnil
jmesnil at redhat.com
Tue Aug 14 08:41:32 EDT 2012
On 08/14/2012 12:11 PM, Tomaž Cerar wrote:
> bug :)
so be it :)
https://issues.jboss.org/browse/AS7-5366
>
> On Tue, Aug 14, 2012 at 11:51 AM, Jeff Mesnil <jmesnil at redhat.com <mailto:jmesnil at redhat.com>> 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?
>
> --
> Jeff Mesnil
> JBoss, a division of Red Hat
> http://jmesnil.net/
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org <mailto:jboss-as7-dev at lists.jboss.org>
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
>
--
Jeff Mesnil
JBoss, a division of Red Hat
http://jmesnil.net/
More information about the jboss-as7-dev
mailing list