Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 30236 invoked from network); 11 Apr 2003 10:09:19 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 11 Apr 2003 10:09:19 -0000 Received: (qmail 29441 invoked by uid 97); 11 Apr 2003 10:11:24 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 29434 invoked from network); 11 Apr 2003 10:11:23 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 11 Apr 2003 10:11:23 -0000 Received: (qmail 30010 invoked by uid 500); 11 Apr 2003 10:09:15 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 29999 invoked from network); 11 Apr 2003 10:09:15 -0000 Received: from web21204.mail.yahoo.com (216.136.131.77) by daedalus.apache.org with SMTP; 11 Apr 2003 10:09:15 -0000 Message-ID: <20030411100929.60922.qmail@web21204.mail.yahoo.com> Received: from [62.157.115.89] by web21204.mail.yahoo.com via HTTP; Fri, 11 Apr 2003 12:09:29 CEST Date: Fri, 11 Apr 2003 12:09:29 +0200 (CEST) From: =?iso-8859-1?q?Sandra=20Mema?= Subject: [beanutils] Uppercased PropertiyDescriptor To: commons-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Working with Digester trying to process such a XML file: 0 0 UN 4 3164 we are not able to populate the bean for the fields BestBid and Fragile. The reason is that in the PropertyUtils.class form BeanUtils the method getPropertyDescriptor(... , ...) will get the property descriptor from java.beans.BeanInfo as they are read for it, as follow: setBestBid -------> bestBid without considering the uppercasing variant. I have patch the method for my porposes so it consider the diferent variants like :