Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 38463 invoked from network); 20 Oct 2010 01:35:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 01:35:47 -0000 Received: (qmail 41189 invoked by uid 500); 20 Oct 2010 01:35:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41147 invoked by uid 500); 20 Oct 2010 01:35:47 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41140 invoked by uid 99); 20 Oct 2010 01:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 01:35:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 01:35:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9K1ZQmK012743 for ; Wed, 20 Oct 2010 01:35:26 GMT Message-ID: <2299226.60361287538526459.JavaMail.jira@thor> Date: Tue, 19 Oct 2010 21:35:26 -0400 (EDT) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-5657) Use cached ExpressionFactory in CompositeELResolver In-Reply-To: <15700885.54171287519451544.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5657?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan reassigned GERONIMO-5657: ------------------------------ Assignee: Ivan > 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)=20 > Components: web > Environment: geronimo specs/trunk/geronimo-el_2.2_spec=20 > Reporter: Martin Ko=C4=8D=C3=AD > Assignee: Ivan > Priority: Minor > Attachments: GERONIMO-5657.patch > > > CompositeELResolver in 'invoke' method uses ELUtils.getCachedExpressionFa= ctory() if available but few lines later it calls ExpressionFactory.newInst= ance() again. This call causes unwanted performance degradation: see http:/= /markmail.org/message/mcxe3zq4mtyo73qg for details. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.