]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/jcr.xml
First draft of some views to browse the Slc Repo
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / META-INF / spring / jcr.xml
index 2701948bdd790c90081f311d891189ec8f99fdf9..e92d2fd8505a65a8b919b205f353c24d4894a31e 100644 (file)
@@ -5,6 +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 id="slcSession" class="org.argeo.jcr.spring.ThreadBoundSession">
+               <property name="repository" ref="slcRepository" />
        </bean>
 </beans>