[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2206) SessionImpl tries to deserialize itself in an incorrect order

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Nov 2 12:26:05 EST 2006


SessionImpl tries to deserialize itself in an incorrect order
-------------------------------------------------------------

         Key: HHH-2206
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2206
     Project: Hibernate3
        Type: Bug

  Components: core  
    Versions: 3.2.0.ga    
    Reporter: Steve Ebersole
 Assigned to: Steve Ebersole 
     Fix For: 3.2.1


SessionImpl attempts to read its JDBCContext and ConnectionManager state before its ConnectionReleaseMode has been read during deserialization.  This can lead to connection leaks because the ConnectionManager does not know the correct release mode to use.

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