Search code examples
javac++corba

TAO+ACE orb in client and server


we are using TAO+ACE environment. server adapts Java and client is working on C++.

1.

server is using "com.sun.corba.se.internal.Interceptors.PIORB". Is there any equivalent ORB type for client (to be written in C++). Meantime, can you please explain about this PIORB.

2.

While using the usual orb, getting persistent failure while narrowing down. Can you please suggest.


Solution

  • The com.sun.corba.se.internal.Interceptors.PIORB is already deprecated in the SUN ORB. This doesn't exist in TAO, there we only have CORBA::ORB.

    Sounds you are working on a new C++ server implementation, have you considered the IDL2C++11 language mapping which is much easier, see for example TAOX11.