[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak
jaikiran
do-not-reply at jboss.com
Mon Sep 25 11:35:51 EDT 2006
The moment you say myBean.remove(), the server will invoke ejbRemove() on your bean implementation. And once this callback method completes, the bean will be released back to the EJB pool.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973929#3973929
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973929
More information about the jboss-user
mailing list