Hi all,
I'm studying the entity bean life cycle, it's not
very much clear how the bean moves from the
"POOLED" state to the "READY" state.
The official description:
"Pooled state" When an instance is in this state, it has been instantiated by the container but has not yet been associated with an
EJB object.
"Ready state" When a bean instance is in this state, it has been associated with an EJB object.
..is not very clear to me. A Bean moves to the "ready" states after the "findXXX" method or after the call to the create()/business method ?
Thanks a lot
Francesco