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 instance of an old bean.

How can I configure the Orion server to
handle the stateless session beans so that
the number of new bean instances will stay
to its minimal?

Juha

Reply via email to