AbstractMethodError while connecting with Remote Object

Hi,

I've an issue when my client calls the remote method.

When my client calls the remote method (through interface)

which returns me a class object i get an AbstractMethodError.

My Interface method is something similar to this

public GTTerminalMaster getRefreshedDetails() throws RemoteException;

My client calls the method as follows

GTTerminalMaster = (GTTerminalMaster ) getRefreshedDetails();

When my client Executes, i get the following Error

java.lang.AbstractMethodError: com.eaglelot.gametransis.GTSendAndReceiveImpl_Stu

b.updateTerminalDetails(Ljava/lang/String;Ljava/lang/String;)Lcom/eaglelot/globa

l/GTTerminalMaster;

at com.eaglelot.gamehawker.login.RefreshTerminal$1.run(RefreshTerminal.j

ava:38)

Thanks for your reply in advance

[836 byte] By [blackpanthersa] at [2007-11-27 4:03:42]
# 1
Your remote interface, stub, and implementation classes are out of sync.Delete all .class files, recompile, and redeploy.
ejpa at 2007-7-12 9:08:29 > top of Java-index,Core,Core APIs...