Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32668 invoked from network); 25 Feb 2010 13:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 13:25:48 -0000 Received: (qmail 44303 invoked by uid 500); 25 Feb 2010 13:25:48 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 44196 invoked by uid 500); 25 Feb 2010 13:25:48 -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 44189 invoked by uid 99); 25 Feb 2010 13:25:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 13:25:48 +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; Thu, 25 Feb 2010 13:25:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09D71234C48C for ; Thu, 25 Feb 2010 05:25:28 -0800 (PST) Message-ID: <1795151732.524081267104328039.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Feb 2010 13:25:28 +0000 (UTC) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3650) internal multiple references from different rows to a single BLOB/CLOB stream leads to various errors when second reference used. In-Reply-To: <196200967.1209454556080.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-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3650: ----------------------------------- Issue & fix info: [Known fix, Patch Available, Repro attached] (was: [Known fix, Repro attached]) > internal multiple references from different rows to a single BLOB/CLOB stream leads to various errors when second reference used. > --------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3650 > URL: https://issues.apache.org/jira/browse/DERBY-3650 > Project: Derby > Issue Type: Bug > Components: Network Client, SQL, Store > Affects Versions: 10.3.3.0, 10.4.1.3 > Environment: Mac OSX 10.4 > JDK 1.5.0_13 > Hibernate EntityManager 3.2.1 > Reporter: Golgoth 14 > Attachments: cloning-methods.html, derby-3650-preliminary_2_diff.txt, derby-3650-preliminary_2_reworked.diff, derby-3650-preliminary_diff.txt, derby-3650_tests_diff.txt, Derby3650EmbeddedRepro.java, Derby3650FullClientRepro.java, Derby3650FullRepro.java, Derby3650Repro.java, DerbyHibernateTest.zip, testdb.zip, traces_on_FormatIdStream_alloc.txt, UnionAll.java > > > Derby + Hibernate JPA 3.2.1 problem on entity with Blob/Clob > Hi, > I'm using Derby in Client - Server mode with Hibernate JPA EJB 3.0. > When a query on an entity containing a Clob and some joins on other entites is executed, an exception with the following message is thrown: > XJ073: The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, or its connection is closed. > This problem occurs when the property "hibernate.max_fetch_depth" is greater than 0. > When hibernate.max_fetch_depth=0, the query works. > If Derby is configured in embedded mode, the query works independently of the value of hibernate.max_fetch_depth. > On the Hibernate's documentation, the advised value of hibernate.max_fetch_depth is 3. > Could you explain me if I made something wrong ? > Thank you. > Stephane -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.