Yes, a stateless session bean is kept in a method-ready pool. So each instance is reused.
To invalidate a stateless session bean throw a RuntimeException that has not been marked
as an application exception from a business method. (EJB 3 Core 4.5.3)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061484#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...