Re: regression in 8.0.18?

2015-01-27 Thread Romain Manni-Bucau
Ok I think I identified the issue but it is weird as well: seems I had (thanks maven for it) tomcat 8.0.18 + tomcat-el-api in version 8.0.12. So the bug was in the 8.0.12 actually. What is weird is it appeared only when upgrading to 8.0.18 other artifacts. Romain Manni-Bucau @rmannibucau http://

Re: regression in 8.0.18?

2015-01-27 Thread Konstantin Kolinko
2015-01-27 15:18 GMT+03:00 Konstantin Kolinko : > 2015-01-26 21:17 GMT+03:00 Romain Manni-Bucau : >> Hi guys, >> >> since I upgraded to 8.0.18 I get: >> >> SEVERE: Servlet.service() for servlet [jsp] in context with path >> [/test] threw exception [javax.el.ELException: The class >> [java.util.Iter

Re: regression in 8.0.18?

2015-01-27 Thread Konstantin Kolinko
2015-01-26 21:17 GMT+03:00 Romain Manni-Bucau : > Hi guys, > > since I upgraded to 8.0.18 I get: > > SEVERE: Servlet.service() for servlet [jsp] in context with path > [/test] threw exception [javax.el.ELException: The class > [java.util.Iterator] must be public, non-abstract and not an > interface

Re: regression in 8.0.18?

2015-01-26 Thread Romain Manni-Bucau
>From 8.0.15, sorry forgot to mention it Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-26 20:46 GMT+01:00 Mark Thomas : > On 26/01/2015 18:17, Romain Manni-Bucau wrote: >> Hi guys, >> >> since I upgraded to 8.0.1

Re: regression in 8.0.18?

2015-01-26 Thread Mark Thomas
On 26/01/2015 18:17, Romain Manni-Bucau wrote: > Hi guys, > > since I upgraded to 8.0.18 I get: from what? That code hasn't changed 8.0.17 -> 8.0.18 (I don't think) but it did change in a previous version. Mark > > SEVERE: Servlet.service() for servlet [jsp] in context with path > [/test] thr

regression in 8.0.18?

2015-01-26 Thread Romain Manni-Bucau
Hi guys, since I upgraded to 8.0.18 I get: SEVERE: Servlet.service() for servlet [jsp] in context with path [/test] threw exception [javax.el.ELException: The class [java.util.Iterator] must be public, non-abstract and not an interface] with root cause javax.el.ELException: The class [java.util.I