we are using TAO+ACE environment. server adapts Java and client is working on C++.
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.
While using the usual orb, getting persistent failure while narrowing down. Can you please suggest.
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.