|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

|
|
|


Reply via email to