Re: Migration to 2.3.20 - Issue with UnknownHandler and ConventionPlugin

2014-12-19 Thread Thim Anneessens
I suspected this was an oversigth. Looking forward for the definitive fix. Thanks for the feedback Ɓukasz. Best regards, Thim. On 12/19/2014 09:56 AM, Lukasz Lenart wrote: Thanks Tim! Great that you was able to find the same solution as described here [1] - to put some more details here: - th

Re: Migration to 2.3.20 - Issue with UnknownHandler and ConventionPlugin

2014-12-19 Thread Lukasz Lenart
Thanks Tim! Great that you was able to find the same solution as described here [1] - to put some more details here: - the issue was with default implementation of UnknownHandler which was throwing NPE by default (throw null) - that's why everything was fine before 2.3.20, DefaultActionInvocation

Migration to 2.3.20 - Issue with UnknownHandler and ConventionPlugin

2014-12-18 Thread Thim Anneessens
After a little fiddling we succeeded to migrate from 2.3.16 to 2.3.20. Everything seemed fine until we had an exception in one action and noticed that something had changed. Exception thrown from an action got lost. It did not reach the interceptor in charge of exception handling because...