| |
|
| org.apache.openejb.test.stateless.StatelessTestClient org.apache.openejb.test.stateless.BasicStatelessLocalTestClient org.apache.openejb.test.stateless.StatelessLocalIntfcTests
StatelessLocalIntfcTests | public StatelessLocalIntfcTests()(Code) | | |
test01_businessMethod | public void test01_businessMethod()(Code) | | |
test02_throwApplicationException | public void test02_throwApplicationException()(Code) | | Throw an application exception in the bean and make sure the exception
reaches the client nicely.
|
test03_invokeAfterApplicationException | public void test03_invokeAfterApplicationException()(Code) | | After an application exception we should still be able to
use our bean
|
test04_throwSystemException | public void test04_throwSystemException()(Code) | | |
test05_invokeAfterSystemException | public void test05_invokeAfterSystemException()(Code) | | After a system exception the intance should be garbage collected
but this is invisible to the client as it will just use another
stateless session object. All the stateless session objects are
equal. Refer 4.5.3 in EJB 3.0 core specification.
This one seems to fail. we should double-check the spec on this.
|
Methods inherited from org.apache.openejb.test.stateless.StatelessTestClient | protected void setUp() throws Exception(Code)(Java Doc)
|
|
|
|