Hello!
I have a little problem with IDEA when undeploying/redeploying an EAR archive in JBoss (7.1.3.Final, self-compiled).
When I undeploy an EAR with the JBoss Administation Console of JBoss, all works fine. But when I undeploy from IntelliJ IDEA (11.1.4), it stops in the middle of the process. Trying to shutdown the server from IDEA results in a freeze of the whole IDE. At this point, it is not even possible to undeploy with the Administration Console anymore and I have to kill all processes manually. If I undeploy from the console and then redeploy with IDEA, it works.
My question is: What is IDEA doing differently to the Administration Console when undeploying an EAR?