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