operation.get(ADDRESS).set(Baseadress.get());
operation.get(ADDRESS).add("subsystem", "jca");
operation.get(CHILD_TYPE).set("bootstrap-context");
operation.get(RECURSIVE).set(true);
dispatcher.execute(new DMRAction(operation), new SimpleCallback<DMRResponse>() {
@Override
public void onSuccess(DMRResponse result) {
ModelNode response = result.get();
List<Property> children = response.get(RESULT).asPropertyList();