[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4749) Don't block calls to getListeners on SessionImplementor when using thread scoped sessions

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Jan 5 06:01:31 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HHH-4749.
-----------------------------------

      Assignee: Emmanuel Bernard  (was: Sanne Grinovero)
    Resolution: Fixed

> Don't block calls to getListeners on SessionImplementor when using thread scoped sessions
> -----------------------------------------------------------------------------------------
>
>                 Key: HHH-4749
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4749
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>            Reporter: Sanne Grinovero
>            Assignee: Emmanuel Bernard
>             Fix For: 3.3.x, 3.5
>
>
> Search needs to call getListeners as soon as Search.getFullTextSession is used, when a transaction is not yet started.
> org.hibernate.context.ThreadLocalSessionContext is stopping this call as, when using a thread scoped Session, only a selected number of methods is allowed when no transaction is active.
> the "getListeners" method should be added to this whitelist of enabled methods.

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