<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;//------------------------------------------------------------------------<br>
&nbsp;// The &quot;name text&quot; put forth by CORBA server in name service.<br>
&nbsp;// This same name (&quot;DataServiceName1&quot;) is used by the CORBA server when<br>
&nbsp;// binding to the name server (CosNaming::Name).<br>
&nbsp;//------------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp;&nbsp; m_corbaCosName.length(1);<br>
&nbsp;&nbsp;&nbsp;&nbsp; m_corbaCosName[0].id=&quot;DataServiceName1&quot;<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.&nbsp;<br><br>The code above is not the one used, but with a dynaimc variable instead &quot;DataServiceName1&quot;<br><br>I&#39;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&#39;t know very deeply how CORBA works. I&#39;ll try figure out where exactly the problem is, so I can ask something less general.
<br><br>Thanks<br>