Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 56889 invoked from network); 4 Mar 2008 10:50:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 10:50:01 -0000 Received: (qmail 57698 invoked by uid 500); 4 Mar 2008 10:49:56 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 57647 invoked by uid 500); 4 Mar 2008 10:49:56 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 57638 invoked by uid 99); 4 Mar 2008 10:49:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 02:49:56 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 10:49:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98F48234C084 for ; Tue, 4 Mar 2008 02:48:40 -0800 (PST) Message-ID: <935289429.1204627720625.JavaMail.jira@brutus> Date: Tue, 4 Mar 2008 02:48:40 -0800 (PST) From: =?utf-8?Q?Toomas_R=C3=B6mer_=28JIRA=29?= To: issues@commons.apache.org Subject: [jira] Created: (EL-16) Improving bean property lookup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Improving bean property lookup ------------------------------ Key: EL-16 URL: https://issues.apache.org/jira/browse/EL-16 Project: Commons EL Issue Type: Improvement Affects Versions: 1.0 Reporter: Toomas R=C3=B6mer BeanInfoManager.java: public BeanInfoProperty getProperty (String pProperty= Name, Logger pLogger) - does lookup for properties. When a product like Jav= aRebel is used this lookup fails if the properties of a class have changed.= This happens because the properties are cached and newer ones are not foun= d. I propose a patch where on failure on property lookup the bean is rescanned= and one more try is given for the lookup. See the proposed patch: http://z= t-oss.googlecode.com/files/commons-el-1.0-zt-patch.txt --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.