From issues-return-17045-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Sun Feb 06 17:31:03 2011 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 17328 invoked from network); 6 Feb 2011 17:31:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 17:31:02 -0000 Received: (qmail 42037 invoked by uid 500); 6 Feb 2011 17:31:02 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 40895 invoked by uid 500); 6 Feb 2011 17:30:58 -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 40792 invoked by uid 99); 6 Feb 2011 17:30:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 17:30:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 17:30:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6C2B73559C for ; Sun, 6 Feb 2011 17:30:34 +0000 (UTC) Date: Sun, 6 Feb 2011 17:30:34 +0000 (UTC) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Message-ID: <736328445.2793.1297013434439.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (CONFIGURATION-433) ConfigurationDynaBean does not work as advertised regarding indexed properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org ConfigurationDynaBean does not work as advertised regarding indexed properties ------------------------------------------------------------------------------ Key: CONFIGURATION-433 URL: https://issues.apache.org/jira/browse/CONFIGURATION-433 Project: Commons Configuration Issue Type: Bug Affects Versions: 1.6 Reporter: Oliver Heger Priority: Minor The Javadoc of {{ConfigurationDynaBean}} says: "Setting an indexed property always throws an exception." However, there is a reasonable implementation for setting indexed properties. The get() method for indexed properties tries to figure out whether a property is indexed and throws an exception if not. However, it does not discover all cases of invalid access to non-indexed properties. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira