From dfcffb6db1aabcb967d1cd4dc7b3a5c19e0cbc07 Mon Sep 17 00:00:00 2001
From: jakubs <jakubs>
Date: Mon, 22 Oct 2012 15:16:49 +0000
Subject: [PATCH] SP-334 SWE-14 fix the package names in application context

SVN: 27313
---
 openbis/source/java/genericApplicationContext.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openbis/source/java/genericApplicationContext.xml b/openbis/source/java/genericApplicationContext.xml
index edc052d6491..2656059f325 100644
--- a/openbis/source/java/genericApplicationContext.xml
+++ b/openbis/source/java/genericApplicationContext.xml
@@ -258,8 +258,8 @@
         // Logging
     -->
 
-    <bean class="ch.systemsx.cisd.common.spring.LogAdvisor" />
-    <bean class="ch.systemsx.cisd.common.spring.MarkerLogApplicationListener"/>
+    <bean class="ch.systemsx.cisd.openbis.common.spring.LogAdvisor" />
+    <bean class="ch.systemsx.cisd.openbis.common.spring.MarkerLogApplicationListener"/>
 
         
     <!--
@@ -317,7 +317,7 @@
     -->
 
     <bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>
-	  <bean class="ch.systemsx.cisd.common.spring.AnnotationBeanPostProcessorIgnoringMissingBeans"/>
+	  <bean class="ch.systemsx.cisd.openbis.common.spring.AnnotationBeanPostProcessorIgnoringMissingBeans"/>
 	
     <plugins:component-scan base-package="ch.systemsx.cisd.openbis" annotation-config="false">
         <plugins:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
-- 
GitLab