|I agree it would be more difficult to do arbitrary differential |stuff. The use case I want |to support is that you want to replace the default LogInterceptor |or SecurityInterceptor |with a different implementation. In this use case you are not |inserting an interceptor. |You are simply replacing the implementation. Anything more than |that and you will have |to specify the complete interceptor stack. We agree, | |Example, to override the default security inteceptor for a |particular application: |<container-interceptors> | <interceptor-override> | <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor> | <override>com.dot.security.SecurityInterceptor</override> | </interceptor-override> |</container-interceptors> ugh... that is ugly, keep it simple, you want to override the container you need to specify the whole stack... one way or the other, it is ugly :) marc | | |
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Ole Husgaard
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Ole Husgaard
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Vladimir Blagojevic
- Re: [jBoss-Dev] Externalized... Ole Husgaard
- Re: [jBoss-Dev] Externalized con... Scott M Stark
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Scott M Stark
- Re: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Scott M Stark
- [jBoss-Dev] Externalized con... Scott M Stark
- RE: [jBoss-Dev] Externalized... marc fleury
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Scott M Stark
- RE: [jBoss-Dev] Externalized... marc fleury
- Re: [jBoss-Dev] Externalized... Scott M Stark
- Re: [jBoss-Dev] JavaMail support in JBoss ! Oleg Nitz
- RE: [jBoss-Dev] JavaMail support in JBoss ! Bordet, Simone
