6768697071727374
// Try out local producers by interfacing with Session bean Tester tester = (Tester) ctx.lookup("TesterBean/remote"); tester.testLocal(); tester.testXA(); } }