|The way it is implemented now, you can override the standard stack
|in jboss.xml,
|but you have to completely specify the container interceptor
|stack. There is
|no support to just change one interceptor. I'll add support for
|the most common
|case of just replacing one interceptor instance with another.

Part of the point I was making is that I don't see how this can happen.  You
need to say "I want this interceptor at this position" (beginning, in
between, at the end).  So while we know what the stack of interceptor is for
the basic J2EE container (and that order won't change) we can't simply do
"differential" stuff. I believe we need to specify the full stack at every
time.

marc


Reply via email to