Re: Overriding interceptor in stack

2011-04-28 Thread Dave Newton
Seems like it'd be easier and cleaner to change the service impl the interceptor uses rather than the interceptor itself. Dave On Apr 28, 2011 6:54 AM, "Miguel" wrote: > Today's question actually follows yesterday's suggestion by Dave of > using the preparable interface and is really an > archit

Overriding interceptor in stack

2011-04-28 Thread Miguel
Today's question actually follows yesterday's suggestion by Dave of using the preparable interface and is really an architecture/convention-over-configuration question: - what do you think about the possibility to override an interceptor by reassigning it in the configuration? I don't think this i