Watch out for memory leaks in threads. I handled resources in a BEA deployed app with
thread locals. This the threads come from a cache, the thread local will hang onto the
reference, to whatever you put into it, even after the session bean call is done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984621#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...