Hi

IIRC you can replace this jar

BTW did you really wanted to say 1.6.0.1? isn't it 1.6.0.2 or 1.7.0?


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-08-22 11:37 GMT+02:00 Berner Martin <[email protected]>:
> 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

Reply via email to