diff --git a/openbis/resource/server/spring-servlet.xml b/openbis/resource/server/spring-servlet.xml index 8c3b3ce6998fb6fc6f6bd32f153703b4815a0bcb..eba3adc26e4ccde35d8cf056b6d9d6b94e6717cc 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>