In order to set the timeout value ( value came from a property value called orb_timeout which reside in .vtparams file ) for RMI calls, Integration server or standalone RMI client program needs to add the following value in Java option:
BW 4.3
set -Dcom.sun.CORBA.connection.ORBSocketFactoryClass=com.vitria.roi.javanative.VTRMISocketFactory or leave it as null
BW 4.4 + JDK 1.4
set -Dcom.sun.CORBA.connection.ORBSocketFactoryClass=com.vitria.roi.javanative.VTRMISocketFactory or leave it as null
BW 4.4 + JDK 1.5
There is a bug and the timeout doesn’t work.
BW 4.4.5
-Dcom.sun.CORBA.transport .ORBSocketFactoryClass=com.vitria.roi.javanative.VTORB SocketFactory or leave it as null
orb_timeout is not support in 432 with JDK5