Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22982 invoked from network); 30 Nov 2009 18:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 18:43:43 -0000 Received: (qmail 25842 invoked by uid 500); 30 Nov 2009 18:43:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 25815 invoked by uid 500); 30 Nov 2009 18:43:43 -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 25806 invoked by uid 99); 30 Nov 2009 18:43:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 18:43:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 18:43:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D88AF234C045 for ; Mon, 30 Nov 2009 10:43:20 -0800 (PST) Message-ID: <1296316074.1259606600872.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 18:43:20 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4454) ...lang.UDTTest fails on phoneME w/ "An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'DECIMAL'" In-Reply-To: <1467871242.1259583260618.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas resolved DERBY-4454. ---------------------------------- Resolution: Fixed Disabled the offending test case on jsr169 with subversion revision 885531. > ...lang.UDTTest fails on phoneME w/ "An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'DECIMAL'" > -------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4454 > URL: https://issues.apache.org/jira/browse/DERBY-4454 > Project: Derby > Issue Type: Bug > Affects Versions: 10.6.0.0 > Environment: JVM: > Product: phoneME Advanced (phoneme_advanced_mr2-b116) > Profile: Foundation Profile Specification 1.1 > JVM: CVM phoneme_advanced_mr2-b116 (interpreter loop) > Reporter: Ole Solberg > Assignee: Rick Hillegas > Priority: Minor > > Seen since svn rev. 885114 2009-11-28 18:01:28 MET. Related to svn rev. r884970 / DERBY-651 ? > See e.g. > http://dbtg.foundry.sun.com/derby/test/Daily/javaME/testing/testlog/ubuntu/885114-suitesAll_diff.txt > Failing stmt.: > goodStatement > ( conn, > "insert into orders( customerID, totalPrice ) values\n" + > "( 12345, makePrice( 'USD', cast( 9.99 as decimal( 31, 5 ) ), timestamp('2009-10-16 14:24:43') ) )\n" ); > in UDTTest.test_02_basicColumnRetvalParam() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.