0 Replies Latest reply on Mar 21, 2012 1:25 AM by fcorneli

    @InterceptorBinding not working

    fcorneli

      JBoss AS 7.1.1.Final.

       

      I'm trying to activate my EJB3 interceptor via a custom annotation using the @InterceptorBinding.

       

      So my EJB3 interceptor has @Interceptor @MyCustomAnnotation which has the @InterceptorBinding.

       

      When I put @MyCustomAnnotation on a session bean my interceptor never gets called.

       

      This should work, no?