Re: [configuration] Issue with combinedConfig from Factory

2006-08-03 Thread Thomas Peter
The next release will contain an alternative class called DefaultConfigurationBuilder. This class works very similar to ConfigurationFactory, but provides true hierarchical processing. ok, i got the rc, and tried the following: DefaultConfigurationBuilder builder = new

Re: [configuration] Issue with combinedConfig from Factory

2006-08-03 Thread Oliver Heger
Thomas Peter wrote: The next release will contain an alternative class called DefaultConfigurationBuilder. This class works very similar to ConfigurationFactory, but provides true hierarchical processing. ok, i got the rc, and tried the following: DefaultConfigurationBuilder builder = new

[configuration] Issue with combinedConfig from Factory

2006-08-01 Thread thomas peter
i once wrote something about this problem, but hadn't had the time to get back to this until now. so here is an example: test.xml--- root a ba/b bb/b bc/b /a a bA/b bB/b

Re: [configuration] Issue with combinedConfig from Factory

2006-08-01 Thread Oliver Heger
The problem is probably that ConfigurationFactory and CompositeConfiguration do not really work in a hierarchical manner and thus cannot cope with these hierarchical list structures. The next release will contain an alternative class called DefaultConfigurationBuilder. This class works very

[configuration] Issue with combinedConfig from Factory

2006-06-14 Thread thomas peter
hi, i stumbled across the following issue, and don't know what knob to turn. i load configs (xml) via the getConfiguration Method of ConfigurationFactory and cast it to CombinedConfiguration. the file i provide to the Factory is configuration xml fileName=c.xml/-- /configuration c.xml has

Re: [configuration] Issue with combinedConfig from Factory

2006-06-14 Thread Oliver Heger
thomas peter wrote: hi, i stumbled across the following issue, and don't know what knob to turn. i load configs (xml) via the getConfiguration Method of ConfigurationFactory and cast it to CombinedConfiguration. the file i provide to the Factory is configuration xml fileName=c.xml/--