org.ow2.easybeans.tests.transaction.beanmanaged |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
TestBeanManagedException.java | Class | Verifies if the bean-managed transaction and the exceptions are correctly
managed by the container.The item couvered in this test is: 14.3.1(table 15). |
TestTransactionCommitSFSB.java | Class | Verifies if the bean-managed transaction in the stateful bean is following
the JSR 220.The items couvered in this test are: 12.2.3 and 12.3.3 spec. |
TestTransactionCommitSLSB.java | Class | Verifies if the container manages correctly the beand-managed transaction for
stateless bean. |
TestTransactionMDB.java | Class | Verifies if message-driven bean with bean-managed transaction is
following the JSR 220. |
TestTransactionStatus.java | Class | Verifies if the container manages correctly the user transaction for stateful
bean. |