Originally posted by Gowher Naik:
How can statefull session bean access another bean or database in ejbCreate,ejbActivate,ejbPassivate and ejbRemove methods,because ejbCreate,ejbActivate,ejbPassivate and ejbRemove run in unspecified transaction context.
Thanks
Hi Gowher
I think in order to access other bean methods it needs jndi context that is available inside
ejbCreate,ejbActivate,ejbPassivate and ejbRemove methods also as the bean has acquired its beenhood it has access to resource manager connection factory which helps to get database base connection.
Let me know if i am wrong..
