Hi,
Here is a question on entity bean :
When does an Entity Bean transition from Pooled State to Ready state
a. when create() is invoked on EJBHome
b. when a find method is invoked on EJBHome
c. when a BEan is activated by the container
d. when a BEan is passivated by the container
The answers given are : a, b, c
But, I think 'B' is incorrect. The Entity Bean state diagram in
EJB spec 1.1 (page 102) shows that the ejbFind() methods are executed in pooled state itself. Can anyone confirm?
Thanks,
Prasad