Hello,

I'm relatively new to EJBs and I have a question on stateless session beans.

I would like to know if I need to remove stateless session beans once I'm 
finished using them.

I understand that my J2EE server (JBoss in this case) has a reserve of bean 
instances ready to execution business methods. 

Let's say I create a HelloWorld stateless session bean and call a helloWorld() 
method on it (the business method). Once the method returns, do I need to 
remove programatically the session bean in order to make sure that the 
stateless session bean returns to the server reserve of beans ? I would like to 
make sure my code does not leave "leftover" that would threaten the 
availability of server resources (session beans in this case).

Thanks in advance for your help.

Fred

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to