Skip to content
Snippets Groups Projects
Commit dfcffb6d authored by jakubs's avatar jakubs
Browse files

SP-334 SWE-14 fix the package names in application context

SVN: 27313
parent 9ad75fab
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment