[ 
http://issues.apache.org/jira/browse/MYFACES-161?page=comments#action_62152 ]
     
Jonathan Eric Miller commented on MYFACES-161:
----------------------------------------------

What I'm thinking it is now is that the converters have already been defined by 
the JSF RI and that it's redefining them from the faces-config.xml provided by 
myfaces-extensions.jar and hence the warnings. Shouldn't the faces-config.xml 
in myfaces-extensions.jar only provide mappings specific to the extensions? It 
seems like it shouldn't be defining anything in JSF proper in there.


> 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
>     Assignee: sean schofield
>     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

Reply via email to