]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/META-INF/spring/jcr.xml
Restructure SLC
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / META-INF / spring / jcr.xml
diff --git a/plugins/org.argeo.slc.client.ui/META-INF/spring/jcr.xml b/plugins/org.argeo.slc.client.ui/META-INF/spring/jcr.xml
new file mode 100644 (file)
index 0000000..b2043e2
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+        http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+       <bean id="session" class="org.argeo.jcr.spring.ThreadBoundSession">
+               <property name="repository" ref="repository" />
+       </bean>
+</beans>