[
https://issues.apache.org/jira/browse/MYFACES-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Korherr resolved MYFACES-2830.
------------------------------------
Fix Version/s: 2.0.2-SNAPSHOT
Resolution: Fixed
You're right, Mark ;)
> 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
> Fix For: 2.0.2-SNAPSHOT
>
>
> 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.