]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi.xml
255462be41f70ba029f698b1126817dd277619ba
[lgpl/argeo-commons.git] / osgi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans:beans xmlns="http://www.springframework.org/schema/osgi"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
4 xmlns:osgi="http://www.springframework.org/schema/osgi"
5 xsi:schemaLocation="http://www.springframework.org/schema/osgi
6 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
7 http://www.springframework.org/schema/beans
8 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
9 osgi:default-timeout="30000">
10
11 <list id="repositories" interface="javax.jcr.Repository"
12 cardinality="0..N">
13 <listener ref="repositoryRegister" bind-method="register"
14 unbind-method="unregister" />
15 </list>
16
17 <reference id="nodeRepository" interface="javax.jcr.Repository"
18 filter="(argeo.jcr.repository.alias=node)" />
19 <reference id="repositoryFactory" interface="javax.jcr.RepositoryFactory" />
20
21 <reference id="keyring" interface="org.argeo.security.crypto.CryptoKeyring" />
22
23 </beans:beans>