Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37556 invoked from network); 15 May 2007 14:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 14:51:38 -0000 Received: (qmail 26317 invoked by uid 500); 15 May 2007 14:51:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26090 invoked by uid 500); 15 May 2007 14:51: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 26081 invoked by uid 99); 15 May 2007 14:51:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 07:51:43 -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; Tue, 15 May 2007 07:51:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABC71714072 for ; Tue, 15 May 2007 07:51:16 -0700 (PDT) Message-ID: <26473328.1179240676701.JavaMail.jira@brutus> Date: Tue, 15 May 2007 07:51:16 -0700 (PDT) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-2478) 'Invalid transaction state...' in jdbcapi.SetTransactionIsolationTest In-Reply-To: <32639038.1174551992135.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-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg closed DERBY-2478. ------------------------------ > 'Invalid transaction state...' in jdbcapi.SetTransactionIsolationTest > --------------------------------------------------------------------- > > Key: DERBY-2478 > URL: https://issues.apache.org/jira/browse/DERBY-2478 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure, Test > Affects Versions: 10.3.0.0 > Environment: OS: SUSE Linux Enterprise Server 10 (x86_64) [Version 10 / Patchlevel 10] 64bits - Linux 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 GNU/Linux > JVM: Sun Microsystems Inc. 1.5.0_07-b03 > OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 3) 64bits - Linux 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 GNU/Linux > JVM: Sun Microsystems Inc. 1.5.0_07-b03 > Reporter: Ole Solberg > Assigned To: Knut Anders Hatlen > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: d2478.diff > > > See e.g. http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/testlog/sles/520949-suitesAll_diff.txt > 1) testIsolation(org.apache.derbyTesting.functionTests.tests.jdbcapi.SetTransactionIsolationTest)ERROR X0X03: Invalid transaction state - held cursor requires same isolation level > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.setIsolationLevel(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.setTransactionIsolation(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.SetTransactionIsolationTest.checkIsolationLevelNoTimeout(SetTransactionIsolationTest.java:113) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.SetTransactionIsolationTest.testIsolation(SetTransactionIsolationTest.java:50) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:80) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > > org.apache.derbyTesting.functionTests.tests.jdbcapi.SetTransactionIsolationTest > > > Invalid transaction state - held cursor requires same isolation level > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.