Thank you, but I still don't know what the problem is.

I think the first (correct) IP address logged is the result of accessing the 
Naming Service. This works fine (No Exceptions):

          NamingContextExt namingContextExt =
         
NamingContextExtHelper.narrow(orb.resolve_initial_references("NameService"));
         log("looking up \"" + corbaName + "\"");
         NameComponent[] nameComponent = namingContextExt.to_name(corbaName);
         org.omg.CORBA.Object o = namingContextExt.resolve(nameComponent);
         MyObject server = MyObjectHelper.narrow(o);
                         
The problem occurs if I try to activate a method on the remote object:

 server.mymethod(...)

When I look at the traces posted somewhere else it looks like Jacorb normaly 
connects to the right IP address instead of 0.0.0.0 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857655#3857655

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857655


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to