]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp.war/WEB-INF/slc-service-servlet.xml
Introduce Ajaxplorer support in SLC
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / WEB-INF / slc-service-servlet.xml
index 8fcd3d19b9de2537154f20aee07d0c011c35f3b5..5f84ad75450bcb3cff81edc23531d82f5f3a4af5 100644 (file)
@@ -7,9 +7,9 @@
                http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
                http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
 
-       <context:component-scan base-package="org.argeo.slc.web.mvc.controllers" />
+       <!--<context:component-scan base-package="org.argeo.slc.web.mvc.controllers" />
 
-       <!-- Server Handling -->
+       --><!-- Server Handling -->
        <bean class="org.argeo.slc.web.mvc.controllers.ServerController">
                <property name="dynamicRuntime" ref="dynamicRuntime" />
        </bean>
@@ -55,7 +55,7 @@
        </bean>
 
        <!-- MVC -->
-       <bean id="handlerMapping"
+       <bean
                class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
                <property name="interceptors">
                        <list>