AW: [omniORB] Issue with firewalls

Barthel Marco (MPA/DS) Marco.Barthel at tenovis.com
Mon Feb 9 12:28:19 GMT 2004


> I was going through omniORB 4.0.3 documentation and found how 
> to achieve
> Bi-directional GIOP, which allows callbacks to be made using 
> a connection
> opened by the original client. Based on what's given in the 
> documentation, I
> have added following code to the server as follows:
> 
> 
> const char* options[][2] = {	{ "acceptBiDirectionalGIOP", "1" },
> 					{ 
> "serverTransportRule", "* bidir, tcp" },
> 					{ 0, 0 }
> 				};

did you specify a client-transport rule ??? On Callback der Server acts as client.

I think you should use "clientTransportRule", "* bidir, tcp" on the "Serverside" also.

Hope that helps.

-marco



More information about the omniORB-list mailing list