> I'm no threading expert, but I can't find any way of communicating with 

> the hung thread to force it to return.


thread.interrupt() works in most cases.  It causes the thread to throw 
an InterruptedException.

-dain



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to