Author: kmarsden
Date: Sun Mar 22 15:50:25 2009
New Revision: 757204
URL: http://svn.apache.org/viewvc?rev=757204&view=rev
Log:
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
Contributed by Tiago Espinha
Modified:
db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml
Modified: db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml?rev=757204&r1=757203&r2=757204&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml Sun Mar 22 15:50:25
2009
@@ -4434,7 +4434,7 @@
<msg>
<name>XJ073.S</name>
- <text>The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's
transaction may be committed, or its connection is closed.</text>
+ <text>The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's
transaction may be committed, its connection closed or it has been freed.</text>
</msg>
<msg>
|