This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: How to use Seam interceptor?pmuir Nov 16, 2007 5:53 AM (in response to xinhua)Which package does your @Interceptors and @AroundInvoke come from? 
- 
        2. Re: How to use Seam interceptor?xinhua Nov 16, 2007 6:10 AM (in response to xinhua)both from seam 
 import org.jboss.seam.annotations.intercept.Interceptors;
 and
 import org.jboss.seam.annotations.intercept.AroundInvoke;
 is it right?
- 
        
- 
        4. Re: How to use Seam interceptor?xinhua Nov 16, 2007 7:31 AM (in response to xinhua)Hi pete, 
 it seems that @Interceptors(JndiInterceptor.class) only works on TYPE not on FIELD and not on METHOD, is that true?
- 
        5. Re: How to use Seam interceptor?pmuir Nov 16, 2007 7:52 AM (in response to xinhua)Yes, you are right, Seam doesn't support method/field level interceptors. 
 
    