Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-161

Converter for java.math.BigDecimal appears twice in /META-INF/faces-config.xml in myfaces-extensions.jar

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Cannot Reproduce
    • 1.0.9m9
    • None
    • None
    • None
    • N/A

    Description

      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>

      Attachments

        Activity

          People

            schof Sean Schofield
            jemiller Jon Miller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: