Hi,

I have a basic question regarding Stateless Session Beans.

I understand the container creates a pool of Stateless Session Beans.
Which means the container creates a no of Stateless Session Bean instances.
So, in that case, is the following statement true ?

No of times ejbCreate is executed on the container = No of Stateless Session
Beans instances created by the container.

We are using NAS 4.0 and I found the ejbCreate method of our Stateless
Session
Bean is fired only once. So, does it mean that the container has only one
instance
of the Stateless Session Bean in the memory.

Thanks in advance,
Nithi.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to