[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

[jxpath] using AbstractFactory with Map in XPath

2011-02-01 Thread Aleksandr Bissekerskij
Hi, I have a problem with JXPath which I suppose is something that is not supported yet, though it's looks like a bug. I'm using AbstractFactory implementation to create missing objects in XPath when setting properties. (see http://commons.apache.org/jxpath/users-guide.html#Creating_Objects).

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

Re: [configuration] XPathExpressionEngine Variable Interpolation

2011-02-01 Thread NJuk Njuk
finally got a chance to look into this. oliver, the extra information at the end of your message was the hint that helped. indeed i was relying on the original dot-notation within my configuration files so when i switched to xpath it was unable to interpolate those. in my case, i have a large