Method Summary |
|
void | createBean(Class beanClass) Creates a new instance of the bean. |
void | deleteTable() Deletes the tables. |
void | setup() Binds the databases used. |
void | testGetRollbackOnly() Calls the method getRollbackOnly that must throw exception for some types
of transactionattribute. |
void | testGetUserTransactionWithEJBContext() Tries to get an UserTransaction that is denied to beans with
container-managed transaction. |
void | testGetUserTransactionWithLookup() Tries to get an UserTransaction that is denied to beans with
container-managed transaction. |
void | testSetRollbackOnly() Calls the method setRollbackOnly that must throw exception for some types
of transactionattribute.After, this method tries to insert tables in the
databases. |
void | testUsingClientTrans() Verifies if the container uses the same transaction that the client. |