[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6269) NPE in evictQueryRegions when query cache configured out

Ondrej Burkert (JIRA) noreply at atlassian.com
Fri May 27 03:15:24 EDT 2011


NPE in evictQueryRegions when query cache configured out
--------------------------------------------------------

                 Key: HHH-6269
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6269
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.4
            Reporter: Ondrej Burkert
            Priority: Trivial


SessionFactoryImpl.evictQueryRegion(regionName) is checking whether the query cache is enabled thus it works properly, however evictQueryRegions() is not checking anything and fails on queryCaches being null.
Plus a replacement of deprecated methods which contains TODOs does not provide much confidence to move to it;)

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