Use cached ExpressionFactory in CompositeELResolver ---------------------------------------------------
Key: GERONIMO-5657 URL: https://issues.apache.org/jira/browse/GERONIMO-5657 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: web Environment: geronimo specs/trunk/geronimo-el_2.2_spec Reporter: Martin Kočí Priority: Minor CompositeELResolver in 'invoke' method uses ELUtils.getCachedExpressionFactory() if available but few lines later it calls ExpressionFactory.newInstance() again. This call causes unwanted performance degradation: see http://markmail.org/message/mcxe3zq4mtyo73qg for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.