org.ow2.easybeans.tests.transaction.containermanaged.stateful |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
TestDefaultExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestDefaultRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.3.7. |
TestExceptionHandleDefault.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleMandatory.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleNever.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleNotSupported.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleRequired.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleRequiredNew.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestExceptionHandleSupports.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestMandatoryExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestMandatoryRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.5. |
TestNeverExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestNeverRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.6. |
TestNotSupportedExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestNotSupportedRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.1. |
TestRequiredExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestRequiredNewExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestRequiredNewRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.4. |
TestRequiredRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.2. |
TestSessionSynchronization.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The test verifies if the SessionSynchronization Callbacks are working properly. |
TestSupportsExceptionRemoteSFSB.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestSupportsRemoteSFSB.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.3. |