Re: [configuration] ConfigurationConverter differing behavior for ints and strings

2011-02-01 Thread Oliver Heger
Hi Mike, Am 01.02.2011 18:35, schrieb Mike Power: Curiosity question I am seeing the ConfigurationConverter behave differently depending on if I added an int or a string to a configuration object. Consider the following code: 01 Configuration confInt = new BaseConfiguration(); 02 Configuration

[configuration] ConfigurationConverter differing behavior for ints and strings

2011-02-01 Thread Mike Power
Curiosity question I am seeing the ConfigurationConverter behave differently depending on if I added an int or a string to a configuration object. Consider the following code: 01 Configuration confInt = new BaseConfiguration(); 02 Configuration confString = new BaseConfiguration();