Hi all,
On Pg227 of HFEJB, it says a bean(talking about statelss
EJB) is not tied to a client's EJB Object until the client gets serious and calls a business method.
Then on pg 228, it says we can use SessionContext to get a reference to EJBObject in ejbCreate().
Isn't there a contradiction here? How can we get a reference to the EJBObject when it's not even there?
Am I missing something here?
Sorry for my ignorance. Thank you for your time.
Kin