logging to file improved
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 20 Jul 2010 11:07:05 +0000 (11:07 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 20 Jul 2010 11:07:05 +0000 (11:07 +0000)
cdmlib-remote/src/main/webapp/WEB-INF/applicationContext.xml
cdmlib-remote/src/main/webapp/WEB-INF/datasources/configurable.xml

index 21eff25c7e97e3863bec9243146d29ba39c425a7..14a54c30b74f2bedec049189e7e8d848ae6e811a 100644 (file)
     <!-- CONFIGURE WEB APPLICATION HERE -->
     <import resource="datasources/configurable.xml" />
     
+    <context:annotation-config/>
+    <bean class="eu.etaxonomy.cdm.remote.config.LoggingConfigurer">
+    </bean>
+    
     
     <!-- OAI-PMH TODO externalize? -->
      <bean name="taxonOaiPmhController" class="eu.etaxonomy.cdm.remote.controller.oaipmh.TaxonOaiPmhController">
index 393985ad9c2b786fbf1e843932070582cdb76eb9..db51f7060bb431ea0ae00b984636ab93aeb76f8a 100644 (file)
@@ -9,7 +9,7 @@
     \r
     <!-- enable processing of annotations such as @Autowired and @Configuration -->\r
     <context:annotation-config/>\r
-    <bean class="eu.etaxonomy.cdm.remote.config.DataSourceConfig" >\r
+    <bean class="eu.etaxonomy.cdm.remote.config.DataSourceConfigurer" >\r
     </bean>\r
     \r
     <bean id="jndiHibernateProperties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">\r