serverProps.put("jacorb.naming.ior_filename", "");
serverProps.put("jacorb.naming.print_ior", "true");
serverProps.put("jacorb.naming.db_dir", tmpDir.toString());
setup = new ClientServerSetup( NameServer.class.getName(), "ignored", clientProps, serverProps);
}