OK, let's try something else. Try undeploying your application via the undeploy method on the jboss.system:service=MainDeployer mbean. The undeploy method takes a URL, which you can find using the listDeployedURLs method in the jboss.deployment:flavor=URL,type=DeploymentScanner mbean. Do this manually using the jmx-console, and then see if you can delete the jar files. If that works, the above steps can be scripted in ant, though the script is a little more unusual.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950679#3950679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950679 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
