4 Replies Latest reply on Aug 13, 2008 12:58 PM by jasonfly

    SeamInterceptor not found

    jasonfly

      Hi everyone,
      I am currently trying to create a basic Seam web application with Maven.
      So I have three sub-projects:
      - ear
      - war
      - ejb
      I have taken as an example the application seam-gen has given me.


      It looks like most of my basic application works. My problem is that when I try to deploy it, I get this error message:
      java.lang.RuntimeException: Interceptor class not found: org.jboss.seam.ejb.SeamInterceptor


      I am using JBoss Seam 2.03.CR1 on JBossAS 4.2.3.GA


      Thanks in advance