window.trapWidget(new HTML(Console.MESSAGES.subsys_osgi_activating()));
window.setGlassEnabled(true);
window.center();
AddressBinding address = bundleMetaData.getAddress();
ModelNode operation = address.asSubresource(RuntimeBaseAddress.get()); // 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) {