]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.jackrabbit.webapp/WEB-INF/remoting-servlet.xml
[maven-release-plugin] prepare release argeo-commons-1.1.9
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.webapp / WEB-INF / remoting-servlet.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
4 xmlns:tx="http://www.springframework.org/schema/tx"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <bean
11 class="org.springframework.web.servlet.handler.SimpleServletPostProcessor" />
12
13 <bean id="servletHandler"
14 class="org.springframework.web.servlet.handler.SimpleServletHandlerAdapter" />
15
16 <bean id="urlMapping"
17 class="org.argeo.jackrabbit.remote.JcrRemotingHandlerMapping">
18 <property name="repositoryFactory" ref="repositoryFactory" />
19 <property name="sessionProvider" ref="scopedSessionProvider" />
20 </bean>
21
22 </beans>