Thanks Kabir.
Can someone explain the "recursive" property?
ModelNode operation = createOperation(READ_SUB_MODEL_OPERATION, "profile",
"profileA");
operation.get(REQUEST_PROPERTIES, RECURSIVE).set(true);
On Jan 12, 2011, at 10:38 AM, Kabir Khan wrote:
On 12 Jan 2011, at 09:05, Heiko Braun wrote:
>
> Referring to:
>
http://community.jboss.org/wiki/DetypedRepresentationoftheAS7ManagementModel
>
> Pretty good explanation, Brian. I think it would be helpful to add some Java
examples,
> how to read and update portions of the model.
Some wip here for reading:
https://github.com/kabir/jboss-as/blob/detyped2/controller/src/test/java/...
Probably something in emmanuel's tree:
https://github.com/emuckenhuber/jboss-as/commit/6d213c3b40b2444862a26506b...