Creation of stateless session beans

2000-01-31 Thread Juha Lehtonen
I am using a stateless session bean, which should according to EJB specs be pooled by the container. However, when I create an instance of the stateless session bean, container (Orion) always calls the bean's ejbCreate. Therefore a new instance of a bean is created instead of using a pooled

RE: Creation of stateless session beans

2000-01-31 Thread Jon Tirsen
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juha Lehtonen Sent: Monday, January 31, 2000 3:53 PM To: Orion-Interest Subject: Creation of stateless session beans I am using a stateless session bean, which should according to EJB specs be pooled by the container. However, when I create