[ 
https://issues.apache.org/jira/browse/MYFACES-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890437#action_12890437
 ] 

Jakob Korherr commented on MYFACES-2830:
----------------------------------------

You're right, Michael. Thanks for pointing this out! I guess Mark and I oversaw 
this fact while refactoring. I will change it asap ;)

> ourEL wrappers doesn't honour the new EL-2.2 'invoke' method
> ------------------------------------------------------------
>
>                 Key: MYFACES-2830
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2830
>             Project: MyFaces Core
>          Issue Type: Bug
>            Reporter: Mark Struberg
>
> EL-2.2 defines a new method
> Object invoke(ELContext context, Object base, Object method, Class<?>[] 
> paramTypes, Object[] params)
> for ELResolvers which by default returns null;
> This doesn't get honoured in our EL Wrappers like e.g. 
> BeanValidator._ValueReferenceResolver
> and possibly also in other wrappers. 
> This leads to throwing MethodNotFound Exceptions because we do not delegate 
> the invoke invocation to the wrapped ELResolver.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to