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

Mark Struberg commented on MYFACES-2830:
----------------------------------------

Jakob, Michael: I think this is resolved now, isn't?

> 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