ConfigurationDynaBean doesn't work with indexed properties stored internally as arrays
--------------------------------------------------------------------------------------
Key: CONFIGURATION-322
URL: https://issues.apache.org/jira/browse/CONFIGURATION-322
Project: Commons Configuration
Issue Type: Bug
Affects Versions: 1.5
Reporter: Emmanuel Bourg
Assignee: Emmanuel Bourg
Fix For: 1.6
ConfigurationDynaBean is not fully tested for properties stored in the configuration as arrays.
This case is rare because any array added to a configuration is automatically transformed
into a List. To reproduce this issue the configuration must be a wrapper of a source that
already contains an array, such as a MapConfiguration or a JNDIConfiguration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|