Hi
On the first page in the ExceptionHandling.pdf document, it is mentioned under the heading "Client View":
if(ctx.getRollbackOnly())
//impossible to commit tx
else
//do more work and commit tx
What is this ctx? Is it SessionContext/EntityContext? If the answer is yes then how the standalone/remote client (non-EJB) gets access to SessionContext/EntityContext? This can only be true this were a
EJB making call on other EJB? Please clarify my doubt.
Thanks
-- Ravi
SCJP, SCJD, SCWCD, SCBCD, SCEA