]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/jcr.xml
Change default workspace
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / META-INF / spring / jcr.xml
index 2701948bdd790c90081f311d891189ec8f99fdf9..a8d97fcbd120e70db225e74677814e4d7f7603d0 100644 (file)
@@ -5,6 +5,8 @@
        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="javaRepository" />
+               <property name="workspace" value="argeo-tp-1-staging" />
        </bean>
 </beans>