On Fri, Jan 27, 2012 at 8:37 AM, wrote:
> Hi,
>
> I stumbled over the BasicTypeConverter
> (org.apache.commons.jxpath.util.BasicTypeConverter.java)
>
> Within this class the BeanUtils ConvertUtils class is used for looking up
> a matching converter. This is done by only supplying the target class
Hi,
I stumbled over the BasicTypeConverter
(org.apache.commons.jxpath.util.BasicTypeConverter.java)
Within this class the BeanUtils ConvertUtils class is used for looking up
a matching converter. This is done by only supplying the target class. I
think it is worthwhile to either change this to