From fd5e33454da6875c18a9f99b874c3e1c77881bef Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Mon, 1 Dec 2008 09:27:49 +0000 Subject: [PATCH] minor: - Add note. SVN: 9141 --- openbis/resource/server/spring-servlet.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openbis/resource/server/spring-servlet.xml b/openbis/resource/server/spring-servlet.xml index 8c3b3ce6998..eba3adc26e4 100644 --- a/openbis/resource/server/spring-servlet.xml +++ b/openbis/resource/server/spring-servlet.xml @@ -11,10 +11,12 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"> + <!-- + // Note: obviously it is not possible to have a mix of 'urlMappings' and annotated configuration. + --> <context:annotation-config /> - <context:component-scan base-package="ch.systemsx.cisd.openbis" - use-default-filters="false"> + <context:component-scan base-package="ch.systemsx.cisd.openbis" use-default-filters="false"> <context:include-filter type="annotation" expression="org.springframework.stereotype.Controller" /> </context:component-scan> -- GitLab