Re: [jxpath] Converter Lookup within BasicTypeConverter

2012-01-27 Thread Matt Benson
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

[jxpath] Converter Lookup within BasicTypeConverter

2012-01-27 Thread stefan . albrecht
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