[jboss-as7-dev] detyped operation: read-children-names
Heiko Braun
hbraun at redhat.com
Fri Mar 18 07:53:46 EDT 2011
IMO the parameter 'child-types' is confusing:
[/] :read-children-names(child-type=host)
{
"outcome" => "success",
"result" => ["local"],
"compensating-operation" => undefined
}
does it make sense to turn it into something like 'item' ('element' or 'node' would do also) ?
in that case it would read:
[/] :read-children-names(item=host)
{
"outcome" => "success",
"result" => ["local"],
"compensating-operation" => undefined
}
Ike
More information about the jboss-as7-dev
mailing list