257258259260261262263264265266267
transacted = stateful.testNewTx(); assertTrue(transacted); try { stateful.testTxRollback(); fail("should have caught exception"); } catch (javax.ejb.EJBException e) { }