posted 17 years ago
Thanks Naresh.
If I got it right, it means that the container does not create the stateless session beans until there's a real demand from the client, i.e. until the client calls a business method on it's component interface. When this happens if there's no free bean in the pool, container creates one and associates the EJBObject to this bean before calling ejbCreate. Hence we have reference to EJBObject in ejbCreate.
Or it might as well have a bunch of EJBObjects created before the creation of bean instances, it might return one of them.
Any difference in opinion ?
--------------<br />Pradeep<br />SCBCD 1.3 97%<br />SCWCD 97%<br />SCJP 1.5 93%