}
} catch (NoSuchConfigException e) {
// The modules isn't loaded -- that's OK
}
TargetImpl target = (TargetImpl) module.getTarget();
ObjectName storeName = target.getObjectName();
kernel.invoke(storeName, "uninstall", new Object[]{configID}, UNINSTALL_SIG);
updateStatus("Uninstalled "+configID);
doDeploy(deployer, module.getTarget(), false);
updateStatus("Deployed "+configID);