[seam-issues] [JBoss JIRA] Updated: (JBSEAM-3740) ManagedHibernateSession not disconnected after rendering response

Norman Richards (JIRA) jira-events at lists.jboss.org
Sat Dec 19 15:20:30 EST 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Richards updated JBSEAM-3740:
------------------------------------

    Fix Version/s:     (was: 2.2.1.CR1)
                   The future


> ManagedHibernateSession not disconnected after rendering response
> -----------------------------------------------------------------
>
>                 Key: JBSEAM-3740
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3740
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.0.2.SP1
>         Environment: jboss-4.2.3.ga
>            Reporter: Jakub Janczak
>            Priority: Optional
>             Fix For: The future
>
>
> It's not a bug, but it would be nice of Seam to close the connection of the hibernate session after rendering the page. It's crucial when hibernate is used in filters which are not using seam managed Session - especially for Jboss's CachedConnectionManager which is closing old jdbc connections before creating a new ones, causing a Seam managed session to disfunct. 
> Partial fix for this problem is to use the hibernate's release mode after_transaction, but it's not as effective as a on_close one.

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

        


More information about the seam-issues mailing list