org.omg.CosTransactions.Current transactionCurrent =
jts.get_current();
theORB.getLocalResolver().register(
ORBConstants.TRANSACTION_CURRENT_NAME,
new Constant(transactionCurrent));
// the JTS PI use this to call the proprietary hooks
theORB.getLocalResolver().register(
"TSIdentification", new Constant(tsIdent));
txServiceInitialized = true;
} catch (Exception ex) {
throw new org.omg.CORBA.INITIALIZE(
"JTS Exception: "+ex, POASystemException.JTS_INIT_ERROR ,
CompletionStatus.COMPLETED_MAYBE);