]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.rap/META-INF/spring/jcr.xml
Start migrating SLC client
[gpl/argeo-slc.git] / org.argeo.slc.client.rap / META-INF / spring / jcr.xml
diff --git a/org.argeo.slc.client.rap/META-INF/spring/jcr.xml b/org.argeo.slc.client.rap/META-INF/spring/jcr.xml
new file mode 100644 (file)
index 0000000..4a35de6
--- /dev/null
@@ -0,0 +1,14 @@
+<?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:util="http://www.springframework.org/schema/util"
+       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
+        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
+
+       <bean id="repoService" class="org.argeo.slc.repo.core.RepoServiceImpl">
+               <property name="repositoryFactory" ref="repositoryFactory" />
+               <property name="keyring" ref="keyring" />
+               <property name="nodeRepository" ref="nodeRepository" />
+       </bean>
+
+</beans>