// been created during the new InitialContext() call using
// the ORBManager
PEORBConfigurator.initTransactionService(null, new Properties() );
if (sw.getTransactionManager() == null) {
sw.setTransactionManager(new J2EETransactionManagerOpt());
}
// There wont be any invocation manager. So, treat this as a system
// resource.
jndiName = ResourceInstaller.getPMJndiName(jndiName);
} catch(Exception e) {