[jboss-user] [EJB 3.0] - Re: EntityManagers and DAOs
fbadt
do-not-reply at jboss.com
Thu Nov 9 13:47:34 EST 2006
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#3984621
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984621
More information about the jboss-user
mailing list