You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2007/01/16 02:40:04 UTC

svn commit: r496567 - /db/derby/code/trunk/java/engine/org/apache/derby/modules.properties

Author: djd
Date: Mon Jan 15 17:40:03 2007
New Revision: 496567

URL: http://svn.apache.org/viewvc?view=rev&rev=496567
Log:
DERBY-2228 Ensure that the J2SE data value factory is not booted with J2ME/CDC/Foundation 1.1
which does include java.math.BigDecimal. The J2SE DVF also assumes that JDBC 2.0 is supported
in that it calls setBigDecimal and getBigDecimal methods. Check also that java.sql.Driver is
supported which indicates that JDBC 2.0 or higher is supported.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/modules.properties

Modified: db/derby/code/trunk/java/engine/org/apache/derby/modules.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/modules.properties?view=diff&rev=496567&r1=496566&r2=496567
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/modules.properties (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/modules.properties Mon Jan 15 17:40:03 2007
@@ -324,7 +324,7 @@
 # DataValueFactory implementations
 derby.module.dvfJ2=org.apache.derby.iapi.types.J2SEDataValueFactory
 derby.env.dvfJ2=2
-derby.env.classes.dvfJ2=java.math.BigDecimal
+derby.env.classes.dvfJ2=java.math.BigDecimal,java.sql.Driver
 cloudscape.config.dvfJ2=derby
 
 # J2ME optional elements, the J2ME_optional_ lead in