Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.1
-
None
Description
We should definitely set:
org.apache.myfaces.EL_RESOLVER_COMPARATOR
to
org.apache.myfaces.el.unified.OpenWebBeansELResolverComparator
We could also set the following, if we are sure that no JSP are used in the webapplication (not sure if this is possible in TomEE core):
org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL
to
false
and
org.apache.myfaces.EXPRESSION_FACTORY
to
org.apache.el.ExpressionFactoryImpl