]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.server.jackrabbit.pgsql/META-INF/spring/jackrabbit-osgi.xml
Improve icons
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.server.jackrabbit.pgsql / META-INF / spring / jackrabbit-osgi.xml
index f6f4aed4edc44a8317019428a360835d095207f4..fc18baccf742420f9ef8720b29bd0c50bea2c3dc 100644 (file)
@@ -1,11 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
+       xmlns:util="http://www.springframework.org/schema/util"\r
        xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
        http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
        http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
+       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
+       http://www.springframework.org/schema/util\r
+       http://www.springframework.org/schema/util/spring-util-2.5.xsd">\r
 \r
-       <service ref="jcrRepository" interface="javax.jcr.Repository"/>\r
+       <service ref="jcrRepository" interface="javax.jcr.Repository">\r
+               <service-properties>\r
+                       <beans:entry value="slc">\r
+                               <beans:key>\r
+                                       <util:constant\r
+                                               static-field="org.argeo.jcr.ArgeoJcrConstants.JCR_REPOSITORY_ALIAS" />\r
+                               </beans:key>\r
+                       </beans:entry>\r
+               </service-properties>\r
+       </service>\r
 \r
 </beans:beans>
\ No newline at end of file