]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.jackrabbit.webapp/WEB-INF/applicationContext.xml
clean RAP file upload classes
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.webapp / WEB-INF / applicationContext.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 xsi:schemaLocation="
5 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
7
8 <import resource="osgi.xml" />
9 <import resource="security.xml" />
10
11 <bean id="repositoryRegister" class="org.argeo.jcr.DefaultRepositoryRegister" />
12
13 <bean id="sessionProvider" scope="session" destroy-method="dispose"
14 class="org.argeo.jackrabbit.remote.SimpleSessionProvider">
15 <aop:scoped-proxy proxy-target-class="false" />
16 </bean>
17
18 <bean id="osivInterceptor" class="org.argeo.jcr.mvc.OpenSessionInViewJcrInterceptor">
19 <!-- <property name="session" ref="jcrSession" /> -->
20 </bean>
21
22 </beans>