Re: Visibroker C++ client /Oracle + Corba server

From: Dr. Bertolt Eicke <Bertolt.Eicke_at_sicad.de>
Date: 2000/07/10
Message-ID: <39699606.F6CACCB_at_sicad.de>#1/1


Hi Alain,

it is well known that the interop example is not running. The author mentions this in the readme in the .tar.

We are struggling with Oracle on this issue already for quite a while. They blame
Inprise, we feel that it should be in the interest of the JServer group to supply a solution.

What you can do (and what we do right know to be able to continue) is to start a Java client, let him get the NameServiceObject and write the IOR to a file
from where a C++ client can continue with

       rootORB = CORBA::ORB_init();
       CORBA::Object_ptr nsObj = rootORB->string_to_object(IOR);
This is certainly not something you may want to give to your customers.

We still hope that Oracle/Inprise supply a solution. Else we may reimplement the bootstrapping or kick JServer out of our business and run the server apart from the database.

Bertolt

--

      Dr. Bertolt Eicke
      Bertolt.Eicke_at_sicad.de
Received on Mon Jul 10 2000 - 00:00:00 CEST

Original text of this message