[hibernate-issues] [Hibernate-JIRA] Created: (HBX-783) Disable cache and aggressive connection release on default hibernate.cfg.xml parameters.

m khl (JIRA) noreply at atlassian.com
Thu Oct 19 10:01:06 EDT 2006


Disable cache and aggressive connection release on default hibernate.cfg.xml parameters.  
------------------------------------------------------------------------------------------

         Key: HBX-783
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-783
     Project: Hibernate Tools
        Type: Improvement

  Components: consoleconfiguration  
    Versions: 3.2beta9    
    Reporter: m khl


http://forum.hibernate.org/viewtopic.php?t=965999&sid=89e70637ad93e64db40d58d884a9eaf4

There are problems if you try to use cache or aggessive connetion release. Apropriate parameters which disabe it is 

		<property name="hibernate.cache.use_query_cache">false</property>
		<property name="hibernate.cache.use_second_level_cache">false</property>				
		<property name="hibernate.connection.aggressive_release">false</property>		
	
thanks

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