Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 98218 invoked from network); 14 Apr 2009 01:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2009 01:48:43 -0000 Received: (qmail 76001 invoked by uid 500); 14 Apr 2009 01:48:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75943 invoked by uid 500); 14 Apr 2009 01:48: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 75935 invoked by uid 99); 14 Apr 2009 01:48:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 01:48:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 14 Apr 2009 01:48:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1ED029A0016 for ; Mon, 13 Apr 2009 18:48:14 -0700 (PDT) Message-ID: <1535019268.1239673694989.JavaMail.jira@brutus> Date: Mon, 13 Apr 2009 18:48:14 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3694) 'Method resolution for signature java.lang.String.valueOf(int) was ambiguous. (No single maximally specific method.)' in 'testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)' on JavaME In-Reply-To: <1799893705.1211923379826.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-3694: -------------------------------------- Fix Version/s: 10.5.0.0 > 'Method resolution for signature java.lang.String.valueOf(int) was ambiguous. (No single maximally specific method.)' in 'testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)' on JavaME > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3694 > URL: https://issues.apache.org/jira/browse/DERBY-3694 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.5.0.0 > Environment: OS: Ubuntu - Linux .... 32bits - Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux > JVM: JavaME (CVM) > Product: phoneME Advanced (phoneme_advanced_mr2-b34) > Profile: Foundation Profile Specification 1.1 > JVM: CVM phoneme_advanced_mr2-b34 (interpreter loop) > Reporter: Ole Solberg > Assignee: Rick Hillegas > Fix For: 10.5.0.0 > > > Our reporting for JavaME has not been operational until now, but from older logs it appears that > this failure has been present since ~ r659140 2008-05-22. > See http://dbtg.thresher.com/derby/test/Daily/javaME/testing/Limited/testSummary-660221.html > http://dbtg.thresher.com/derby/test/Daily/javaME/testing/testlog/ubuntu/660221-suitesAll_diff.txt : > There were 2 errors: > 1) testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)java.sql.SQLException: Method resolution for signature java.lang.String.valueOf(int) was ambiguous. (No single maximally specific method.) > Caused by: ERROR 42X73: Method resolution for signature java.lang.String.valueOf(int) was ambiguous. (No single maximally specific method.) > ++ > + > There were 21 failures: > 1) test_double_Double_Double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure: Unexpected SQL state. expected: but was:<42X73> > Caused by: java.sql.SQLException: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_Double(double) was ambiguous. (No single maximally specific method.) > Caused by: ERROR 42X73: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_Double(double) was ambiguous. (No single maximally specific method.) > 2) test_double_Double_double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure: Unexpected SQL state. expected: but was:<42X73> > Caused by: java.sql.SQLException: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_double(double) was ambiguous. (No single maximally specific method.) > Caused by: ERROR 42X73: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_double(double) was ambiguous. (No single maximally specific method.) > 3) test_double_double_Double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure: Unexpected SQL state. expected: but was:<42X73> > Caused by: java.sql.SQLException: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_double_Double(double) was ambiguous. (No single maximally specific method.) > Caused by: ERROR 42X73: Method resolution for signature org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_double_Double(double) was ambiguous. (No single maximally specific method.) > ++ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.