<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> //------------------------------------------------------------------------<br>
// The "name text" put forth by CORBA server in name service.<br>
// This same name ("DataServiceName1") is used by the CORBA server when<br>
// binding to the name server (CosNaming::Name).<br>
//------------------------------------------------------------------------<br>
m_corbaCosName.length(1);<br>
m_corbaCosName[0].id="DataServiceName1"<br></blockquote></div><br>
What I mean when saying that each client binds with a diffierent name is
that each one is registered in omninames with differene name, although
the application is the same. <br><br>The code above is not the one used, but with a dynaimc variable instead "DataServiceName1"<br><br>I'm not totally sure if the problem is related with the way I configure CORBA or with the code of the clients because I don't know very deeply how CORBA works. I'll try figure out where exactly the problem is, so I can ask something less general.
<br><br>Thanks<br>