118119120121122123124125126127128
try { final DeploymentPackage pck = admin.getDeploymentPackage(pckId); if (pck != null) { pck.uninstall(); } } catch ( /*Deployment*/Exception e) { throw new ServletException("Unable to undeploy package.", e);