]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml
Post-release
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / spring / jcr.xml
index 728e005b5d7f63d4ba7c558488b5a233f5c0afa8..e83fb10531a37b7dbf4f6ecb5e957789954c3a3e 100644 (file)
@@ -5,10 +5,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
         http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
 
-       <bean id="repositoryRegister" class="org.argeo.jcr.DefaultRepositoryRegister">
-       </bean>
-
-       <bean id="nodeSession" class="org.argeo.security.jcr.SecureThreadBoundSession">
+       <bean id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession">
                <property name="repository" ref="nodeRepository" />
        </bean>
 
@@ -17,4 +14,6 @@
                <property name="defaultCallbackHandler" ref="defaultCallbackHandler" />
        </bean>
 
+       <bean id="repositoryRegister" class="org.argeo.jcr.DefaultRepositoryRegister" />
+
 </beans>