Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 9756 invoked from network); 28 Feb 2008 17:00:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 17:00:50 -0000 Received: (qmail 80027 invoked by uid 500); 28 Feb 2008 17:00:43 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 79677 invoked by uid 500); 28 Feb 2008 17:00:43 -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 79663 invoked by uid 99); 28 Feb 2008 17:00:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 09:00:43 -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; Thu, 28 Feb 2008 17:00:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F415D234C042 for ; Thu, 28 Feb 2008 08:59:51 -0800 (PST) Message-ID: <1499256337.1204217991998.JavaMail.jira@brutus> Date: Thu, 28 Feb 2008 08:59:51 -0800 (PST) From: "Alexander Koppelhuber (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (BEANUTILS-307) BeanUtils.setProperty(...) not working for property "xValue" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org BeanUtils.setProperty(...) not working for property "xValue" ------------------------------------------------------------ Key: BEANUTILS-307 URL: https://issues.apache.org/jira/browse/BEANUTILS-307 Project: Commons BeanUtils Issue Type: Bug Components: Bean / Property Utils Environment: linux, jdk 1.6, beanutils 1.8 beta Reporter: Alexander Koppelhuber settings values for a property that has one lower case character at the beginning followed by an upper case character does not work. for example "xValue" or "zIndex". The reason (as far as I found out) is as follows: Introspector.getBeanInfo() gets the property names from the get/set methods. In Introspector.getTargetPropertyInfo() the following code creates a PropertyDescriptor: -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.