2 Replies Latest reply on Jun 7, 2006 4:01 PM by d1g

    NoSuchMethodError for InvocationContext.getTarget() in CVS S

      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?