knguyen     2005/07/21 16:21:19 CEST

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationContext-hibernate.xml 
  Log:
  - activate query cache by default
  
  Revision  Changes    Path
  1.9       +1 -0      
jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-hibernate.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-hibernate.xml.diff?r1=1.8&r2=1.9&f=h
  
  
  
  Index: applicationContext-hibernate.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-hibernate.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- applicationContext-hibernate.xml  19 Jul 2005 14:16:20 -0000      1.8
  +++ applicationContext-hibernate.xml  21 Jul 2005 14:21:18 -0000      1.9
  @@ -96,6 +96,7 @@
                   <prop 
key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
                   <prop key="hibernate.hbm2ddl.auto">update</prop>
                   <prop key="hibernate.show_sql">false</prop>
  +                             <prop 
key="hibernate.cache.provider_class">org.hibernate.cache.OSCacheProvider</prop>
                   <prop key="hibernate.cache.use_query_cache">true</prop>
                   <prop key="hibernate.jdbc.batch_size">30</prop>
                   <prop key="hibernate.query.substitutions">true 1, false 
0</prop>
  

Reply via email to