[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2912) Reader returned by ClobImpl can not used after it has been closed

Lukas Krecan (JIRA) noreply at atlassian.com
Thu Oct 25 07:44:38 EDT 2007


Reader returned by ClobImpl can not used after it has been closed
-----------------------------------------------------------------

                 Key: HHH-2912
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2912
             Project: Hibernate3
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.1
            Reporter: Lukas Krecan
            Priority: Minor


If the reader returned by ClobImpl.getCharacterStream() is closed, method getCharacterStream()  can not be called again. Exception is throw when trying to reset underlying StringReader (which is closed).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list