3 Replies Latest reply on Oct 29, 2002 3:38 AM by tdang

    ClassCastException in Client

    lalmon

      Hello,

      While am runnig the client application, am gettig "ClassCastException" error. I have deployed entity bean i the server successfully....

      am gettig error on the look up only...
      mgrgHome home = (mgrHome)
      PortableRemoteObject.narrow (ref, mgrHome.class );

      i get a "java.lang.ClassCastException".No other error is comig i the client....
      Any suggestion ?