Hi,
I've written a Stateless Bean, and inside I am using an ExecutorService which spawns
threads, and I await the result of all of them. My concern is, that I don't want to
see any InterruptedException's.
How is this managed by the container? Is this passivate proof while it waits?
Thanks in advance,
Mike
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170565#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...