Class theJTSClass = Class.forName(jtsClassName);
if (theJTSClass != null) {
try {
TransactionService jts = (TransactionService)theJTSClass.newInstance();
jts.identify_ORB(theORB, tsIdent, jtsProperties ) ;
interceptor.setTSIdentification(tsIdent);
// V2-XXX should jts.get_current() be called everytime
// resolve_initial_references is called ??
org.omg.CosTransactions.Current transactionCurrent =