1 Reply Latest reply on Aug 22, 2009 12:03 AM by asookazian

    How to disable a specific interceptor?

      How to bypass a specific interceptor?
      What if I only want to disable the interceptor for @In/@Out stuff?
      Or just the one that prevents me from accesing my session scope objects without syncronization?
      Or just...


      What do I have to do disable a particular list of interceptors for a particular class (or even for a particular method)

        • 1. Re: How to disable a specific interceptor?
          asookazian

          I thought I opened a JIRA or wrote a post here on the exact same problem.


          The problem is that @BypassInterceptors does not have any attributes defined.


          So you cannot specify a comma-delimited list of interceptors to be bypassed (rather than all of them as it is now).


          we need more fine-grained control.  all or nothing approach is not sufficient...