Delegate.invoke implementation
I am using jdk 1.4 beta. I am tryin to invoke a call froma java client using rmi-iiop. But whenever it tries to make a method call, it just hangs. After quite some time, i found out that the stub generated calls ObjectImpl.invoke(object, true) which in turn delegates the call to Delegate.invoke(object, outputstream). But this is an unimplemented feature in JDK 1.4 beta. I was wondering if anyone has found a workaround for this problem.
Thanks,
Gaurav

