org.omg.CORBA.Object rootContext = null;
try {
com.sun.corba.se.spi.orb.ORB coreORB =
(com.sun.corba.se.spi.orb.ORB)orb ;
TransientNameService tns = new TransientNameService(coreORB );
return tns.initialNamingContext();
} catch (org.omg.CORBA.SystemException e) {
throw wrapper.transNsCannotCreateInitialNcSys( e ) ;
} catch (Exception e) {
throw wrapper.transNsCannotCreateInitialNc( e ) ;
}