public void testApplicationCallerTx1() throws Exception(Code)
Test business method throwing an Application exception. It must be caught
by the client. Methods runs in the context of the caller's transaction
The business method has Mandatory attribute. Test that the transaction
has not been marked rollback. Spec 2.0 page 375 (table15)
Test business method throwing an Application exception. It must be caught
by the client. A transaction is started in the container. (RequiresNew)
Bean does NOT call setRollbackOnly Test that the AppException has been
caught. Spec 2.0 page 376 (table15)
testApplicationContTxRb1
public void testApplicationContTxRb1() throws Exception(Code)
Test business method throwing an Application exception. It must be caught
by the client. A transaction is started in the container. (RequiresNew)
Bean calls setRollbackOnly Test that the AppException has been caught.
Spec 2.0 page 376 (table15)
Test business method throwing an Application exception. It must be caught
by the client. The business method has NotSupported attribute. Spec 2.0
page 376 (table15)
Test business method throwing an Application exception. It must be caught
by the client. The business method has NotSupported attribute. Test that
the transaction has not been marked rollback. Spec 2.0 page 376 (table15)
Test business method throwing an EJBException Called inside a
containertransaction (RequiresNew). The client must receive
RemoteException See EJB2.0 specs page 376 (table 15)
Test business method throwing a RemoteException. Methods runs in the
context of the caller's transaction The bean method is TxMandatory The
client must receive TransactionRolledbackException See EJB2.0 specs page
375 (table 15)
Test business method throwing an unchecked exception. Methods runs in the
context of the caller's transaction TransactionRolledbackException must
be caught by the client. The business method has Mandatory attribute. See
EJB2.0 specs page 375 (table 15)
Test business method throwing an unchecked exception. Called inside a
containertransaction. The client must receive RemoteException See EJB2.0
specs page 376 (table 15)
Test business method throwing an unchecked exception. Method runs with an
unspecified transaction context (NotSupported) The client must receive
RemoteException See EJB2.0 specs page 376 (table 15)
Fields inherited from org.objectweb.jonas.jtests.util.JTestCase