posted 21 years ago
you can call getEJBhome() because it is already there but not
getEJBobject() because it is not yet formed totally ...i mean a session bean (stateful) is linked with its sessioncontext & ejbObject only after setSessionContext() and ejbCreate() are called,so a Session bean knows its EJBObject after ejbCreate().
hope this helps.
SCJP1.4,SCBCD
Failure is not when you fall down; its only when you fail to get up again.