fix #2939 explicitely adding CdmServiceCache to test applicationContext
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 6 Feb 2017 12:05:02 +0000 (13:05 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 6 Feb 2017 17:00:40 +0000 (18:00 +0100)
eu.etaxonomy.taxeditor.test/src/test/resources/eu/etaxonomy/cdm/testRemotingApplicationContext.xml

index 47bc2eefbe428829ad12e4bc39aac233c7b0fd34..fa4c9ea32520620df378c46083d4781b5c539219 100644 (file)
@@ -12,6 +12,7 @@
 
     <bean id="dataSource" class="org.unitils.database.UnitilsDataSourceFactoryBean"/>    
     
-    <bean class="eu.etaxonomy.cdm.api.config.EhCacheConfiguration" />     
+    <bean id="cdmServiceCacher" class="eu.etaxonomy.cdm.api.cache.CdmServiceCacher" />
+    <bean id="ehCacheConfiguration" class="eu.etaxonomy.cdm.api.config.EhCacheConfiguration" />     
 
 </beans>