ORBInterface.initORB(args, null);
String[] transactionFactoryParams = new String[1];
transactionFactoryParams[0] = ORBServices.otsKind;
TransactionFactory transactionFactory = TransactionFactoryHelper.narrow(ORBServices.getService(ORBServices.transactionService, transactionFactoryParams));
registerService(bindName, ORBInterface.orb().object_to_string(transactionFactory));
assertReady();
assertSuccess();