Hi,
you shouldn't use threads in your server-side apps, because the server cannot control
those threads, and thus it cannot care for cleaning them up when the application is e.g.
undeployed.
What is your use case? Could it be achieved through SessionBeans, MessageDrivenBeans,
WebServices or Servlets?
Best regards
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218361#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...