Converter for java.math.BigDecimal appears twice in /META-INF/faces-config.xml
in myfaces-extensions.jar
--------------------------------------------------------------------------------------------------------
Key: MYFACES-161
URL: http://issues.apache.org/jira/browse/MYFACES-161
Project: MyFaces
Type: Bug
Versions: 1.0.9 beta
Environment: N/A
Reporter: Jonathan Eric Miller
Priority: Minor
I found that the converter for java.math.BigDecimal appears twice in the
META-INF/faces-config.xml file that is located in myfaces-extensions.jar. The
first one appears on line 291. This doesn't appear to cause much of a problem,
but, it generates warnings when you use it with the JSF RI.
<converter>
<converter-for-class>java.math.BigDecimal</converter-for-class>
<converter-class>javax.faces.convert.BigDecimalConverter</converter-class>
</converter>
<converter>
<converter-for-class>java.math.BigInteger</converter-for-class>
<converter-class>javax.faces.convert.BigIntegerConverter</converter-class>
</converter>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira