[jboss-user] [EJB 3.0] - Re: Can SLSB be dirty after new injection?

wolfc do-not-reply at jboss.com
Fri Jul 6 17:06:46 EDT 2007


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#4061484

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



More information about the jboss-user mailing list