2 Replies Latest reply on Aug 22, 2005 6:35 AM by martindonaghy

    Error: org.jboss.aop.joinpoint.MethodInvocation

    murtuza52

      Hello,

      With fresh installation of eclipse-SDK-3.1M6-win32.zip on WinXP Pro. I installed JBoss IDE plug-in from the http://download.jboss.org/jbosside/updates/development in Eclipse. The JBoss 4.0.2 is configured with EJB3 BETA.

      I import project form other computer with similar setup but it also had MyEclipse 3..8.4. The same code works fine there but on this new fresh installation i get eror http://www.murtuza.net/ejb3/stackerror.jpg and there is the exception on cliend side:

      Exception in thread "main" java.lang.NoSuchMethodError: org.jboss.aop.joinpoint.MethodInvocation.<init>([Lorg/jboss/aop/advice/Interceptor;JLjava/lang/reflect/Method;Ljava/lang/reflect/Method;Lorg/jboss/aop/Advisor;)V
       at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:41)
       at $Proxy0.createProxy(Unknown Source)
       at org.jboss.ejb3.JndiProxyFactory.getObjectInstance(JndiProxyFactory.java:33)
       at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
       at org.jnp.interfaces.NamingContext.getObjectInstance(NamingContext.java:1110)
       at org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1127)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:690)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
       at javax.naming.InitialContext.lookup(InitialContext.java:351)
       at com.iv.test.client.ShoppingCartClient.main(ShoppingCartClient.java:27)
      


      There is no error on the server side. I have checked and crossed checked, all the libraries are included and things look fine. I am not sure what this error is. Can anyone help me.

      Thanks in advance
      Murtuza