| View previous topic :: View next topic |
| Author |
Message |
Ajju Guest
|
Posted: Mon Sep 01, 2008 2:53 am Post subject: Orbix 3.0 app calling a function on a Orbix 6.3 callback ref |
|
|
Hi All,
I just ported my app from Orbix 3.0 to Orbix 6.3 and i connected to an
existing 3.0 server using a corbaloc.. which works fine. I returned a
callback object reference to the Orbix 3.0 server via a out parameter.
Now.. when the 3.0 server calls a function on the reference returned
by the 6.3 client.. the call blocks.. Not sure why.. Could some one
please help..
Thanks and Best Regards,
Ajay. |
|
| |
|
Back to top |
Martin Murphy Guest
|
Posted: Tue Sep 02, 2008 5:29 pm Post subject: Re: Orbix 3.0 app calling a function on a Orbix 6.3 callback |
|
|
On Sep 1, 3:53 am, Ajju <ksa...@gmail.com> wrote:
| Quote: | Hi All,
I just ported my app from Orbix 3.0 to Orbix 6.3 and i connected to an
existing 3.0 server using a corbaloc.. which works fine. I returned a
callback object reference to the Orbix 3.0 server via a out parameter.
Now.. when the 3.0 server calls a function on the reference returned
by the 6.3 client.. the call blocks.. Not sure why.. Could some one
please help..
Thanks and Best Regards,
Ajay.
|
What version of Orbix 3 are you on Ajay? You need to be on at least
patch 20 before you can be sure it will will work. Ideally though you
should
be on the latest version of 3.3.
Surprised that the corbaloc worked in the first place since Orbix 3
doesn't have any mapping of named keys to references. You must have
put the object key in the corbaloc directly to get 6.3 to take to 3.0.
One thing that you could try to do is drop the default GIOP level to
1.1
in 3 and 6.3 and see if you have any joy with that:
http://www.iona.com/support/kb/entry.jspa?categoryID=3&externalID=2759.132
http://www.iona.com/support/docs/orbix/6.3/admin/config_ref/wwhelp/wwhimpl/common/html/wwhelp.htm?context=configref&file=policies11.html
Hope that helps,
- Martin |
|
| |
|
Back to top |
Ajju Guest
|
Posted: Thu Sep 04, 2008 8:02 am Post subject: Re: Orbix 3.0 app calling a function on a Orbix 6.3 callback |
|
|
Hi Martin, thanks for your suggestions. I had to do something more to
get it working.. i implemented the bidirectional giop ALLOW policy and
it worked..
Best Regards,
Ajay. |
|
| |
|
Back to top |
|