-
Bug
-
Resolution: Done
-
Major
-
2.2.1.Final
-
None
When JSF integration create an ExpressionFactory, the instance created is not cached to be reused in next calls. The object creation in the Weblogic is expensive, because of JNDI lookup to obtain the BeanManager.
My application has many runtime EL to be evaluated, and the request is spensive because of this ExpressionFactory creation overhead.