4 Replies Latest reply on Jun 14, 2006 11:02 AM by theute

    dvdstore and booking samples in 1.0.0 GA failed on JBoss 4.0

    gfzhang

      when I deploy dvdstore sample or creating a user account in booking sample, I got the following error message:

      ......
      Caused by: java.lang.NoSuchMethodError: javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
       at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:38)
       at org.jboss.seam.interceptors.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:51)
       at org.jboss.seam.interceptors.JavaBeanInterceptor.intercept(JavaBeanInterceptor.java:39)


      The sampels in RC3 work well on the same JBoss 4.0.4 installation (installed by jboss-4.0.4.GA-Patch1-installer.jar with ejb 3 selected).

      Does Seam 1.0.0 GA need special configuration?

      JDK 1.5.0_06

      thanks