Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update cache name to match Hibernate 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jan 31, 2013
1 parent f85ff86 commit c6f2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/src/main/resources/META-INF/ehcache.xml
Expand Up @@ -29,7 +29,7 @@
<!-- Don't allow timestamps to be evicted too early (or at all).
See http://tech.puredanger.com/2009/07/10/hibernate-query-cache/ -->
<cache
name="org.hibernate.cache.UpdateTimestampsCache"
name="org.hibernate.cache.spi.UpdateTimestampsCache"
maxElementsInMemory="50"
eternal="true"
overflowToDisk="false"
Expand Down

0 comments on commit c6f2157

Please sign in to comment.