pl ignore my previous query
The
EJB specification states that the request for a findMethods in entity beans will the served by bean instances in bean pool.Serving the find method does NOT bring a bean to "ready"(outside the bean pool) state.How does this happen?If this is true where is the bean instance that is delegated the request that the ejbObject that is returned by the find method gets?
Hope i am clear about what i want.
thanks in advance
vamsi