Originally posted by Venkatesh Kumar:
Which one of the following statements regarding the client view of exceptions received from an enterprise bean invocation is correct?
A..A local client cannot continue a transaction if javax.transaction.TransactionRolledbackLocalException is received
B..A remote client cannot continue a transaction if javax.transaction.TransactionRolledbackException is received
Given answer is B .I think answer A is correct .Any comments!!!
Originally posted by Rixin Lan:
javax.ejb.TransactionRolledbackLocalException !
Together both the posts throw more light
