JAVA ORB Compatibility with Visibroker C++
Hi,
I am facing an issue when connecting to Visibroker from JDK1.4 .2 ORB.The IDL Defines an "in String" as an Argument.
The Object deployed in visibroker receives the message, if the String is less than 700 bytes in length..When the length of the "in" parameter is big..say 1 KB or more.
The BES version on which the C++ CORBA Object is running is 5.2.
Then my Java Client returns the following exception and fails to send the message after a long time,
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)