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

