You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2008/05/01 22:22:56 UTC

[jira] Created: (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

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
            Priority: Minor


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.


[jira] Updated: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha updated DERBY-3656:
------------------------------------

    Attachment: patch3656.patch

Just a quick language fix.

> 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
>         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.


[jira] Resolved: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha resolved DERBY-3656.
-------------------------------------

    Resolution: Fixed
    Derby Info: [Patch Available]

> 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
>         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.


[jira] Updated: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha updated DERBY-3656:
------------------------------------

    Attachment: patch3656.patch

Added the correct fix, with the whole path.

> 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.5.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.


[jira] Commented: (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

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683631#action_12683631 ] 

Kathey Marsden commented on DERBY-3656:
---------------------------------------

Tiago asked:
>Is it really needed to run the tests for this type of patch though? It's a through and through string change.

Many of the tests are still canon based and may have the text of the message in the output and need updating.
Also changing an xml file, it's easy to miss a bracket and break the whole thing, so always safest to clobber, build and run tests.  You'll sleep better at night, knowing you'll get a clean commit. Kick them off before you leave for the day and it's no extra trouble.

> 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.5.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.


[jira] Reopened: (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

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren reopened DERBY-3656:
---------------------------------------


Reopening - there's a patch - but it needs to get reviewed and then the code will need to be committed by a committer...
After that, our normal process is: the committer can resolve the issue & the original reporter can close it.
You  can switch on the 'patch available' flag to draw attention of a committer to your patch, by clicking on 'edit' of the issue. An email goes to the committers with a list of patches available for review/commit.

> 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.5.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.


[jira] Commented: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683624#action_12683624 ] 

Tiago R. Espinha commented on DERBY-3656:
-----------------------------------------

Ah bugger, I should start using command line svn rather than the Tortoise.

Will fix that.

Is it really needed to run the tests for this type of patch though? It's a through and through string change.

> 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.5.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.


[jira] Updated: (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

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-3656:
----------------------------------

    Fix Version/s:     (was: 10.5.0.0)
                   10.6.0.0

> 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.


[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

Posted by "Kathey Marsden (JIRA)" <ji...@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.


[jira] Updated: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha updated DERBY-3656:
------------------------------------

    Attachment:     (was: patch3656.patch)

> 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.5.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.


[jira] Assigned: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha reassigned DERBY-3656:
---------------------------------------

    Assignee: Tiago R. Espinha

> 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
>
> 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.


[jira] Updated: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tiago R. Espinha updated DERBY-3656:
------------------------------------

    Fix Version/s: 10.5.0.0

> 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.5.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.


[jira] Updated: (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

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-3656:
----------------------------------

    Derby Categories: [Newcomer]

> 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
>            Priority: Minor
>
> 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.


[jira] Commented: (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

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683619#action_12683619 ] 

Kathey Marsden commented on DERBY-3656:
---------------------------------------

Hi Tiago,

Thanks for looking at this issue.

On visual inspection of the change, your text change looks fine. However, I can't apply the patch. You need to svn diff from the top of the tree show it shows the path staring with java/engine/...

You should reopen the issue until it has been committed.

Also, just for good measure you should run suites.All and derbyall  in case there are any canon updates needed.

Thanks

Kathey


> 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.5.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.


[jira] Commented: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688136#action_12688136 ] 

Tiago R. Espinha commented on DERBY-3656:
-----------------------------------------

After battling suites.All, it finally ran all the tests.

Both derbyall and suites.All ran with no errors.

> 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.5.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.


[jira] Commented: (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

Posted by "Tiago R. Espinha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683633#action_12683633 ] 

Tiago R. Espinha commented on DERBY-3656:
-----------------------------------------

Okay, will do so then. I'll post the result as soon as I have it.

> 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.5.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.


[jira] Resolved: (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

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden resolved DERBY-3656.
-----------------------------------

    Resolution: Fixed

Thanks Tiago for the patch and for battling the tests. Please update the documentation/wiki  with any tips you might have for newcomers after your experience.

Committed revision 757204




> 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.5.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.