1 Reply Latest reply on Nov 6, 2006 5:10 AM by pmuir

    @Within and @Around...

    johnurban

      I probably missed the forum post regarding... I can't compile with the latest CVS jboss-seam.jar:


      [javac] Compiling 52 source files to /Users/jurban/projects/checkin/build/classes
      [javac] /Users/jurban/projects/checkin/src/testSeam/LoggedInInterceptor.java:10: cannot find symbol
      [javac] symbol : class Around
      [javac] location: package org.jboss.seam.annotations
      [javac] import org.jboss.seam.annotations.Around;
      [javac] ^
      [javac] /Users/jurban/projects/checkin/src/testSeam/LoggedInInterceptor.java:11: cannot find symbol
      [javac] symbol : class Within
      [javac] location: package org.jboss.seam.annotations
      [javac] import org.jboss.seam.annotations.Within;
      [javac] ^
      [javac] /Users/jurban/projects/checkin/src/testSeam/LoggedInInterceptor.java:20: cannot find symbol
      [javac] symbol: class Around
      [javac] @Around({BijectionInterceptor.class, ValidationInterceptor.class,
      [javac] ^
      [javac] /Users/jurban/projects/checkin/src/testSeam/LoggedInInterceptor.java:22: cannot find symbol
      [javac] symbol: class Within
      [javac] @Within(RemoveInterceptor.class)
      [javac] ^
      [javac] Note: Some input files use or override a deprecated API.
      [javac] Note: Recompile with -Xlint:deprecation for details.
      [javac] Note: Some input files use unchecked or unsafe operations.
      [javac] Note: Recompile with -Xlint:unchecked for details.
      [javac] 4 errors



      Using that LoggedInInterceptor from the examples....