// }
// enable the connection plugin
enableSocketFactory(server.getURI(), list);
NameService nameService = server.getNameService();
// if we have a name service to enable as an initial ref, add it to the init processing.
if (nameService != null) {
list.add("-ORBInitRef");
list.add("NameService=" + nameService.getURI());
}
if (log.isDebugEnabled()) {
for (String configArg : list) {
log.debug(configArg);