posted 15 years ago
Hi ALl,
Which method(s) from EntityContext interface can be invoked from within the ejbCreate method?
a) getEJBHome()
b) getEJBObject()
c) getCallerPrincipal()
d) getUserTransaction()
e) setRollbackOnly()
Correct answers givien are a, b, c, e.
But how come 'b' is correct? EJBObject is available only in ejbPostCreate(). So, is it a mistake?
Thanks,
Prashant
Thanks, <br />Prashant<br />SCJP, SCBCD