Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 86459 invoked from network); 5 Apr 2007 19:19:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 19:19:53 -0000 Received: (qmail 12492 invoked by uid 500); 5 Apr 2007 19:20:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 12277 invoked by uid 500); 5 Apr 2007 19:19:59 -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 12268 invoked by uid 99); 5 Apr 2007 19:19:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 12:19:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 05 Apr 2007 12:19:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43D8C714048 for ; Thu, 5 Apr 2007 12:19:32 -0700 (PDT) Message-ID: <16778385.1175800772244.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 12:19:32 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2502) Unclosed ResultSets choke JUnit lang _Suite on java 6 In-Reply-To: <26895353.1175187625150.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-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-2502: --------------------------------- Attachment: derby-2502-03.diff Committed derby-2503-03.diff at subversion revision 525933: M java/testing/org/apache/derbyTesting/junit/XML.java Added a header comment exlaining how to configure your environment so that the XML tests run. M java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java Fixed a javadoc warning while I was in there. > Unclosed ResultSets choke JUnit lang _Suite on java 6 > ----------------------------------------------------- > > Key: DERBY-2502 > URL: https://issues.apache.org/jira/browse/DERBY-2502 > Project: Derby > Issue Type: Bug > Components: SQL, Test > Affects Versions: 10.3.0.0 > Environment: solaris, java 6 build 105, insane+debug jars > Reporter: Rick Hillegas > Attachments: derby-2502-01.diff, derby-2502-02.diff, derby-2502-03.diff > > > The lang suite fail for me from UnaryArithmeticParameterTest on. The tests can't drop table T1 because a ResultSet is open. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.