accountControllerHome =
(AccountControllerHome)PortableRemoteObject.narrow(objref,
AccountControllerHome.class);
System.out.println('\n' + "*** AccountTest ***" + '\n');
new AccountTest(accountControllerHome.create());
initial = new InitialContext();
objref = initial.lookup("MyTxController");
txControllerHome =
(TxControllerHome)PortableRemoteObject.narrow(objref,