The server has multiple network interfaces. We want to use only one for communication. I am java developer and I don't know how Jacorb works. But we have one class in which there is selectProfile method which is called by Jacorb with profile list and ClientConnectionManager object as parameter. The problem is, as there are multiple interfaces on machine, Jacorb calls selectProfile method multiple times with different profiles. When it calls first time the connection is established as profile contains valid IP which my application use. But when selectProfile method is called second time, Jacorb gives invalid interface address and connection fails for that interfaces. So, is there any property for Jacorb so that it only creates profile for required network interface.
*** This bug has been marked as a duplicate of bug 908 ***