// Notify listeners that we've about to uninstall the deployment package...
sendUninstallEvent(source, target);
try {
try {
m_session = new DeploymentSessionImpl(source, target, createUninstallCommandChain(), this);
m_session.call(forced /* ignoreExceptions */);
}
catch (DeploymentException de) {
throw de;
}