1 Reply Latest reply on May 21, 2002 11:10 AM by suvankar17

    noSuchMethodError....

    anilejb

      from my dos client I am able to get home (after jndi lookup)

      and remote handle by home.create()

      of deployed session bean on jboss.

      but when I tried to

      call session bean's method by remoteHandle.myMethod()

      it gives message that

      noSuchMethodError

      what to do? pl. help me.

      anil

        • 1. Re:  noSuchMethodError....
          suvankar17

          please check your remote interface class and also see that you are trying to access the same method that you have declared in the remote interface..You are getting this error because you have not declared any method called "myMethod" in your remote interface.