DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26944>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26944

[configuration] Missing classes after move to commons proper

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-03-09 20:59 -------
The new SubsetConfiguration class caused the problems.
HierarchicalConfiguration.subSet() was changed to return such a
SubsetConfiguration object, which broke the contract (stated in the javadocs)
that the subset of a HierarchicalConfiguration is a HierarchicalConfiguration
again. I restored the old implementation and modified it so that the key
handling in the subset is compatible with SubsetConfiguration.

I also had to restore the subset() implementation of CompositeConfiguration. Now
all unit tests run.

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to