CommonsConverterFactory cannot deal with BigDecimal
---------------------------------------------------

                 Key: GEOT-3947
                 URL: https://jira.codehaus.org/browse/GEOT-3947
             Project: GeoTools
          Issue Type: Bug
    Affects Versions: 2.7.4, 8.0-M3
            Reporter: Christian Mueller
            Assignee: Christian Mueller
             Fix For: 2.7.4, 8.0-M3


The BigDecimal converter is registered as follows:

        register.put(BigDecimalConverter.class, new BigDecimalConverter());

It should be:

        register.put(BigDecimal.class, new BigDecimalConverter());


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to