You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/20 23:14:10 UTC

svn commit: r719402 - /myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml

Author: lu4242
Date: Thu Nov 20 14:14:10 2008
New Revision: 719402

URL: http://svn.apache.org/viewvc?rev=719402&view=rev
Log:
TOMAHAWK-1373 Tomahawk overrides converters back to their defaults

Modified:
    myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml

Modified: myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml?rev=719402&r1=719401&r2=719402&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml (original)
+++ myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml Thu Nov 20 14:14:10 2008
@@ -38,16 +38,6 @@
   </factory>
 
     <!-- additional "by type" converters -->
-    
-    <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>
 
     <converter>
         <converter-for-class>java.util.Date</converter-for-class>