window.setWidget(new HTML("Activating..."));
window.setGlassEnabled(true);
window.center();
AddressBinding address = bundleMetaData.getAddress();
ModelNode operation = address.asSubresource(); // get an operation on the parent address...
operation.get(ModelDescriptionConstants.OP).set("activate");
dispatcher.execute(new DMRAction(operation), new SimpleCallback<DMRResponse>() {
@Override
public void onSuccess(DMRResponse result) {