[omniORB] ? RE Callbacks not working

Duncan Grisby duncan at grisby.org
Fri Apr 30 18:19:04 BST 2004


On Wednesday 28 April, "MWallis" wrote:

>  I have a Python client (using omniORB) and a C++ server (using TAO ORB). I
> have a number of callbacks registered in the client. I then have another
> script that gets a reference to the callbacks and sends it to the server.
> The server then sends back data. Two of the callbacks work correctly but the
> others don't. The main difference between the callbacks is that the
> callbacks that don't work include sequences of structs. When the server
> sends data to the callback it gets a marshalling error and the callback is
> never executed.

Nobody can help you unless you give more details of what is going
wrong. What marshalling error?  What does your IDL look like?  What do
you get if you run the omniORB code with -ORBtraceLevel 10?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list