In answer #6 the blue explanation states that the call will receive
Code: Select all
.. a javax.ejb.EJBTransactionRolledbackException ..
But the API for EJBTransactionRolledbackException saysAssuming all invocations are local<snip>
This exception is thrown to a remote client<snip>
Perhaps the blue explanation needs to be changed to reflect another exception. Could it be "TransactionRequiredLocalException"? Hope I did not snip anything relevant, though I added the API link below for verification.
API: http://docs.oracle.com/javaee/6/api/jav ... ption.html