2 Replies Latest reply on Sep 29, 2005 8:17 AM by guilherme_82

    Problem accessing Stateless Session Bean: java.lang.NoSuchMe

    guilherme_82

      Hi Guys,

      I'm accessing a Stateless Session Bean with JNDI but when I execute its method, i got the exception:

      java.lang.NoSuchMethodError: org.jboss.aop.joinpoint.MethodInvocation.([Lorg/jboss/aop/advice/Interceptor;JLjava/lang/reflect/Method;Ljava/lang/reflect/Method;Lorg/jboss/aop/Advisor;)V

      It seems to everything ok with my session bean when the application is deployed.

      Anyone knows what's wrong?

      Thanks, Guilherme