Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 83352 invoked from network); 16 Jan 2007 01:41:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2007 01:41:08 -0000 Received: (qmail 94085 invoked by uid 500); 16 Jan 2007 01:41:14 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 94065 invoked by uid 500); 16 Jan 2007 01:41:14 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 94054 invoked by uid 99); 16 Jan 2007 01:41:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 17:41:14 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 17:41:07 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 613D91A981A; Mon, 15 Jan 2007 17:40:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r496567 - /db/derby/code/trunk/java/engine/org/apache/derby/modules.properties Date: Tue, 16 Jan 2007 01:40:04 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070116014004.613D91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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