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

I must be blind. I was thinking that it was a duplicate, but, now I see that 
it's a BigDecimal and a BigInteger. However, for some reason I'm receiving the 
following warnings when I use myfaces-extensions.jar with the JSF RI. So, it 
looks like there is something that isn't quite right, although I'm not sure 
what it is at this point.

Apr 1, 2005 9:54:46 AM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} 
Merge(null,java.math.BigDecimal)
Apr 1, 2005 9:54:46 AM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} 
Merge(null,java.math.BigInteger)

I have myfaces-extensions.jar installed in the Tomcat shared/lib directory. I'm 
not sure if that might have something to do with it...


> 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