[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

jaikiran do-not-reply at jboss.com
Mon Sep 25 11:25:59 EDT 2006


anonymous wrote : and the remove method is never called by the container

Its the client which has to call the remove method and not the server. Have a look at:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBConcepts9.html

Here's an extract from that url:

anonymous wrote : At the end of the life cycle, the client invokes the remove method and the EJB container calls the bean's ejbRemove method. The bean's instance is ready for garbage collection. 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973925#3973925

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973925



More information about the jboss-user mailing list