Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60441 invoked from network); 10 Jan 2007 05:59:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 05:59:49 -0000 Received: (qmail 41029 invoked by uid 500); 10 Jan 2007 05:59:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 40706 invoked by uid 500); 10 Jan 2007 05:59:55 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 40693 invoked by uid 99); 10 Jan 2007 05:59:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 21:59:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 21:59:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B453A7142CF for ; Tue, 9 Jan 2007 21:59:27 -0800 (PST) Message-ID: <31650997.1168408767735.JavaMail.jira@brutus> Date: Tue, 9 Jan 2007 21:59:27 -0800 (PST) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2224) Test harness should support J2ME 1.1 In-Reply-To: <9468819.1168363707780.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2224: -------------------------------------- Derby Info: [Patch Available] I added patches for trunk for the harness and a few tests. It appears that this version of the j9 jvm includes a java.math.BigDecimal, but the jdbc support has not been upgraded to include methods like ResultSet.getBigDecimal and the like, which results in a few test failures, and for which I had to modify the util/BigDecimalHandler.java. I'm checking into whether or not this is intentional, but in the mean time, I think the patches can stand as they are. I'll leave this for review for a day, and plan to commit on Thursday. > Test harness should support J2ME 1.1 > ------------------------------------ > > Key: DERBY-2224 > URL: https://issues.apache.org/jira/browse/DERBY-2224 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.2.2.0, 10.3.0.0 > Reporter: Myrna van Lunteren > Assigned To: Myrna van Lunteren > Priority: Minor > Attachments: DERBY_2224_harness.diff, DERBY_2224_tests.diff > > > I would like to enable the 'old' test harness to support the new version of IBM's j2ME implementation, which is based on j2ME jdk spec version 1.1. This is available with a product named Websphere Everyplace Micro Edition 6.1. from IBM. > We already support j9_foundation, which matches to j2ME jdk spec 1.0. I'd like to add j9_foundation11, which then matches to j2ME jdk spec 1.1. > I'm proposing to switch my automated tests over to the newer version going forward, and to minimize complexity of the change, I'd like to make the canons reflect behavior of the new version. The differences are minimal. However, I want to be able to still run with the old (except where the results differ, failures would occur with the old version). > One of the reasons for moving to the new version is that there is a bug with the older version in regards to security manager, preventing a smooth run of the junit tests, and I'd like to run all short-running tests (suites.All and derbyall) with at least one of the versions. Another reason is that the j2ME spec 1.0 is really old. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira