I have system with two ip-ddresses one for external interface and another for internal interface. While binding to naming service it is some how using internal IP to bind. The same code base was working with, java6 and jacorb 3.5, it was binding to external IP. after upgrading to java8 and jacorb 3.6 code is using internal ip to bind. Is there any known bug related to this?
There has been modifications to the ordering of network interfaces returned in the codebase. Would it be possible to test with the latest GIT codebase (https://github.com/JacORB/JacORB/) ?
I will try to test with GIT codebase. How would this help me though? Is there any way i can change the order of network interfaces?
Discussed with Alka and problem has been solved in >= 3.7 codebase (i.e. current git head).