Here is my guess.

JBoss is muti-threaded.  The only thing that System.exti(-1) accomplished is 
that it killed the thread you were running on and set the program exit code.  
The other threads are still running.  To successfully kill the whole 
application, you must terminate all of the threads.  (Actually, the best way to 
get JBoss to terminate is to send it the terminate signal.)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895605#3895605

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895605


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to