Hi,

When attempting remote invocation of a stateless session bean... I'm getting the exception below. Has anyone seen this?

Thanks,
Sam

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.ejb3.stateless.StatelessRemoteProxy.invoke (StatelessRemoteProxy.java:68)
    at $Proxy0.findAll(Unknown Source)
at tetrahex.pistol.ui.PistolController.getNiches (PistolController.java:53)
    at tetrahex.pistol.ui.PistolApp.refreshNiches(PistolApp.java:94)
    at tetrahex.pistol.ui.PistolApp.<init>(PistolApp.java:84)
    at tetrahex.pistol.ui.PistolApp.main(PistolApp.java:239)



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to