Hi all I have a EL problem since new Versions of TomEE are based on Tomcat 7.0.53. Problem depends on a Fix in jasper-el.jar.
When org.apache.el.parser.AstValue.getValue calls javax.el.BeanELResolver.invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) In Version before Tomcat 7.0.53 the Value paramTypes was null in my situation. With 7.0.53 the value is an Array with one null Entry. The invoke try to find an appropriate Method by looping over all Methods when paramTypes is null put now it isn't! So it works different and fails with a NoSuchMethodException. Is there anyone who has similar Problems or any Hints, Fixes, Workarounds? Any Help is appreciated. Best regards Martin Berner
