Sorry Duncan, but i don&#39;t understand what you say, i&#39;m new in CORBA.<br>Could you give me an example, please ?<br><br>Thanks.<br><br><br><div class="gmail_quote">2010/11/24 Duncan Grisby <span dir="ltr">&lt;<a href="mailto:duncan@grisby.org">duncan@grisby.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Wed, 2010-11-24 at 05:55 -0800, Valter Henrique wrote:<br>
<br>
&gt; i&#39;m tryng do build a simple application using &#39;echo&#39; example.<br>
&gt;<br>
&gt; I have my client in Java:<br>
<br>
</div>[...]<br>
<div class="im">&gt;                       // locate the service<br>
&gt;                       NameComponent nc = new NameComponent(&quot;Echo&quot;, &quot;&quot;);<br>
&gt;                       NameComponent path[] = { nc };<br>
&gt;                       EchoRef = EchoHelper.narrow(ncRef.resolve(path));<br>
<br>
</div>[...]<br>
<div class="im">&gt; java EchoClient -ORBInitialPort 2809<br>
&gt; ERROR : org.omg.CosNaming.NamingContextPackage.NotFound:<br>
&gt; IDL:<a href="http://omg.org/CosNaming/NamingContext/NotFound:1.0" target="_blank">omg.org/CosNaming/NamingContext/NotFound:1.0</a><br>
<br>
</div>As the exception says, the name you have looked up is not found. The eg3<br>
example uses the name test.my_context/Echo.Object . You need to either<br>
create the two NameComponents separately, or use the<br>
NamingContextExt::resolve_str method that will take the string form.<br>
<br>
Cheers,<br>
<br>
Duncan.<br>
<font color="#888888"><br>
--<br>
 -- Duncan Grisby         --<br>
  -- <a href="mailto:duncan@grisby.org">duncan@grisby.org</a>     --<br>
   -- <a href="http://www.grisby.org" target="_blank">http://www.grisby.org</a> --<br>
<br>
<br>
</font></blockquote></div><br>