I'm getting a NoSuchMethodError when deploying a Seam application. Seam is 
freshly built from CVS today. Here is an except from the stack dump. I'm using 
the most recent JBoss AS binary release. Everything was working until I updated 
from CVS...

java.lang.NoSuchMethodError: 
javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
  |     at 
org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:38)

It seems that the libraries distributed with Seam in CVS refer to 
InvocationContext.getTarget() but JBoss AS still uses 
InvocationContext.getBean().

What do I need to do to keep using Seam CVS?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949701#3949701

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949701


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to