674675676677678679680681682683684
} public void testRemoveWithRollback() throws Exception { Tester test = (Tester) getInitialContext().lookup("TesterBean/remote"); test.testRollback1(); test.testRollback2(); } public void testConcurrentAccess() throws Exception {