diff --git a/dspace-services/src/main/resources/spring/spring-dspace-core-services.xml b/dspace-services/src/main/resources/spring/spring-dspace-core-services.xml index e5f14b2b07..fc769bd7fd 100644 --- a/dspace-services/src/main/resources/spring/spring-dspace-core-services.xml +++ b/dspace-services/src/main/resources/spring/spring-dspace-core-services.xml @@ -39,7 +39,8 @@ - + ehcache-config.xml @@ -48,7 +49,8 @@ - + + diff --git a/dspace/config/hibernate-ehcache-config.xml b/dspace/config/hibernate-ehcache-config.xml index c63fd22d69..5e1c18313b 100644 --- a/dspace/config/hibernate-ehcache-config.xml +++ b/dspace/config/hibernate-ehcache-config.xml @@ -10,7 +10,8 @@ --> + updateCheck='false' + name='org.dspace.hibernate'> diff --git a/dspace/config/hibernate.cfg.xml b/dspace/config/hibernate.cfg.xml index 548022f1d4..15651dbc62 100644 --- a/dspace/config/hibernate.cfg.xml +++ b/dspace/config/hibernate.cfg.xml @@ -21,7 +21,7 @@ true true - org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory + org.hibernate.cache.ehcache.EhCacheRegionFactory true ENABLE_SELECTIVE