if you're running within an application server, you shouldn't be creating your own
threads. the AS performs thread management for you.
your exception is probably because you've started a new thread but haven't
properly associated a session with it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067399#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...