Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 85482 invoked from network); 2 Jun 2008 14:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 14:48:20 -0000 Received: (qmail 80163 invoked by uid 500); 2 Jun 2008 14:48:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80137 invoked by uid 500); 2 Jun 2008 14:48:22 -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 80126 invoked by uid 99); 2 Jun 2008 14:48:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 07:48:22 -0700 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; Mon, 02 Jun 2008 14:47:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3655B234C12C for ; Mon, 2 Jun 2008 07:47:45 -0700 (PDT) Message-ID: <1463221241.1212418065221.JavaMail.jira@brutus> Date: Mon, 2 Jun 2008 07:47:45 -0700 (PDT) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (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-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 ] Ole Solberg closed 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 > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > 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 > > 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.