]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.jackrabbit.webapp/WEB-INF/xmlremoting-servlet.xml
Restructure node distirbution
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.webapp / WEB-INF / xmlremoting-servlet.xml
diff --git a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/xmlremoting-servlet.xml b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/xmlremoting-servlet.xml
deleted file mode 100644 (file)
index b6e2ade..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
-       xmlns:context="http://www.springframework.org/schema/context"
-       xsi:schemaLocation="
-               http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 
-               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.jcr.mvc" /> -->
-
-<!--   <bean name="/*.jcr" class="org.argeo.jcr.mvc.JcrBrowserController" /> -->
-
-<!--   Views -->
-<!--   <bean name="getJcrItem" class="org.argeo.server.mvc.SerializingView"> -->
-<!--           <property name="serializer"> -->
-<!--                   <bean class="org.argeo.jcr.mvc.JcrXmlServerSerializer" /> -->
-<!--           </property> -->
-<!--   </bean> -->
-
-<!--   <bean name="queryJcrNodes" class="org.argeo.server.mvc.SerializingView"> -->
-<!--           <property name="serializer" ref="jsonSerializer" /> -->
-<!--   </bean> -->
-
-<!--   <bean name="queryJcrTable" class="org.argeo.server.mvc.SerializingView"> -->
-<!--           <property name="serializer" ref="jsonSerializer" /> -->
-<!--   </bean> -->
-
-<!--   <bean name="500" class="org.argeo.server.mvc.SerializingView"> -->
-<!--           <property name="serializer" ref="jsonSerializer" /> -->
-<!--   </bean> -->
-
-<!--   Serializers -->
-<!--   <bean id="jsonSerializer" class="org.argeo.server.json.JsonServerSerializer" /> -->
-
-<!--   MVC -->
-<!--   <bean id="handlerMapping" -->
-<!--           class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"> -->
-<!--           <property name="interceptors"> -->
-<!--                   <list> -->
-<!--                           <ref bean="osivInterceptor" /> -->
-<!--                   </list> -->
-<!--           </property> -->
-<!--   </bean> -->
-
-<!--   <bean id="viewResolver" -->
-<!--           class="org.springframework.web.servlet.view.BeanNameViewResolver" /> -->
-
-<!--   <bean class="org.argeo.server.mvc.DefaultHandlerExceptionResolver" /> -->
-
-</beans>
\ No newline at end of file