1 Reply Latest reply on Apr 2, 2008 12:33 AM by norman

    Seam Interceptor

    yk

      Hi all,


      I've create an interceptor and I'd like to apply it to all the  app POJOs actions. Is it possible to add it only to the ejb-jar.xml file like the SeamInterceptor?


      Doing this, we can avoid polluting the java code with extra annotations and recompilation every time an interceptor is added.


      thanks in advance,

        • 1. Re: Seam Interceptor
          norman

          I don't believe you can do this.  If we are to add that, I think we'd be more open to improving our support for this as a meta-annotation than adding more global XML config.