CollectiveAttributeInterceptor and SubtreeInterceptor inversion result

2011-01-06 Thread Emmanuel Lecharny
Hi guys, I inverted the two interceptors in trunk (not committed yet), and ran the tests : no problem at all. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: CollectiveAttributeInterceptor and SubtreeInterceptor inversion result

2011-01-06 Thread Alex Karasulu
OK no problem but still though we should be able to inject a filter into the filter list anywhere we like. That way we will not get stuck trying to compromise interceptor position to impact where the filter goes. On Thu, Jan 6, 2011 at 6:57 PM, Emmanuel Lecharny elecha...@gmail.comwrote: Hi

Re: CollectiveAttributeInterceptor and SubtreeInterceptor inversion result

2011-01-06 Thread Emmanuel Lécharny
On 1/6/11 7:03 PM, Alex Karasulu wrote: OK no problem but still though we should be able to inject a filter into the filter list anywhere we like. That way we will not get stuck trying to compromise interceptor position to impact where the filter goes. Yeah, probably. But we usually do

Re: CollectiveAttributeInterceptor and SubtreeInterceptor inversion result

2011-01-06 Thread Emmanuel Lécharny
On 1/6/11 9:58 PM, Alex Karasulu wrote: On Thu, Jan 6, 2011 at 10:13 PM, Emmanuel Lécharnyelecha...@apache.orgwrote: On 1/6/11 7:03 PM, Alex Karasulu wrote: OK no problem but still though we should be able to inject a filter into the filter list anywhere we like. That way we will not get