190191192193194195196197198199200
} public void testOutsideTx() throws Exception { EntityTest test = (EntityTest) this.getInitialContext().lookup("EntityTestBean/remote"); test.testOutsideTransaction(); } public void testFlush() throws Exception {