The class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter is not converting to BigDecimal, but instead, it converts to Long or Double.
It seems the problem is that the class distributed (in releases 1.7.0 and 1.6.1) do not correspond to the code found at http://jakarta.apache.org/commons/beanutils/xref/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.html In the class distributed in the jars, the method parse(Object, String) is not overriden. Should that be reported as a bug? Didn't anyone else ever noticed this? a+ Rodrigo
