StatefulTx stateful = (StatefulTx)getInitialContext().lookup("StatefulTxBean/remote");
assertNotNull(stateful);
try
{
stateful.testMandatoryTx(new State("test"));
fail("should have caught exception");
}
catch (javax.ejb.EJBTransactionRequiredException e)
{
}