Hello everybody,
I have one small doubt related to Entity Bean life cycle,I am reffering to Enterprise
Java Bean Book- O'reilly, there is one statement which goes like this (in context of transitioning of bean instance from pooled state to the ready state via activation page No. 284 fourth Edition):
"When a bean instance is activated ,it leaves the instance pool(the pooled state) to an
EJB Object. Once assigned to proper EJB Object,the ejbActivate() method is called
-the instance's EntityContext can now provide info. specific to the EJB Object but, it can't provide security or transactional info." I am not getting exactly the meaning of the statement which is highlighted in bold.
Thanks in advance.
Shrinivas Mujumdar