workAround.put(key, ((Boolean)value) ? value : FormItem.VALUE_SEMANTICS.UNDEFINED );
}
}
AddressBinding addressBinding = beanMetaData.getAddress();
ModelNode address = addressBinding.asResource(callback.getBaseAddress(), entity.getName());
ModelNode operation = entityAdapter.fromChangeset(workAround, address);
//System.out.println(operation);
dispatcher.execute(new DMRAction(operation), new SimpleCallback<DMRResponse>() {