result.put("org.omg.CORBA.ORBClass", "org.apache.yoko.orb.CORBA.ORB");
result.put("org.omg.CORBA.ORBSingletonClass", "org.apache.yoko.orb.CORBA.ORBSingleton");
if (log.isDebugEnabled()) {
log.debug("translateToNameServiceProps(CSSConfig)");
for (Enumeration iter = result.keys(); iter.hasMoreElements();) {
String key = (String) iter.nextElement();
log.debug(key + " = " + result.getProperty(key));
}
}
return result;