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

[480 byte] By [gaurav15] at [2007-9-26 2:19:00]
# 1
Hello Gaurav,Delegate.invoke() is in the Sun JDK 1.3 also not implement, see documentation from the package org.omg.CORBA.portable.Best regardsRoland
rkunzke at 2007-6-29 9:20:46 > top of Java-index,Core,Core APIs...