Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75081 invoked from network); 22 Mar 2009 15:56:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2009 15:56:14 -0000 Received: (qmail 28353 invoked by uid 500); 22 Mar 2009 15:56:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28307 invoked by uid 500); 22 Mar 2009 15:56:13 -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 28299 invoked by uid 99); 22 Mar 2009 15:56:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 15:56:13 +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; Sun, 22 Mar 2009 15:56:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E4E6234C04C for ; Sun, 22 Mar 2009 08:55:50 -0700 (PDT) Message-ID: <1639781780.1237737350579.JavaMail.jira@brutus> Date: Sun, 22 Mar 2009 08:55:50 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3656) ERROR XJ073: The data in this BLOB or CLOB is no longer available. should include the possibility that the lob has been freed In-Reply-To: <226792407.1209673376236.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-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-3656. --------------------------------- > ERROR XJ073: The data in this BLOB or CLOB is no longer available. should include the possibility that the lob has been freed > ----------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3656 > URL: https://issues.apache.org/jira/browse/DERBY-3656 > Project: Derby > Issue Type: Improvement > Components: JDBC, Newcomer > Affects Versions: 10.5.0.0 > Reporter: Kathey Marsden > Assignee: Tiago R. Espinha > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: patch3656.patch > > > The message XJ073 says: > ERROR 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. > but the lob might also not be available because it has been freed. It would be good to include that possibility in the error message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.