3 Replies Latest reply on Oct 26, 2007 6:22 AM by pmuir

    Antonym for @BypassInterceptors

    dmitriy.lapko

      Is there any way to define, which interceptors should be applied for a method in a component, marked with @BypassInterceptors?

      For example, I have a component, which contains only one method, which should be surrouned with transactions and serialized access.

      Now for this I mark all other methods with @BypassInterceptors.