]> git.argeo.org Git - gpl/argeo-slc.git/blob - cms/org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml
848879f8cae78317fce75083c75e478f20a9f3a3
[gpl/argeo-slc.git] / cms / org.argeo.slc.agent.jcr / META-INF / spring / jcr-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:util="http://www.springframework.org/schema/util"
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 http://www.springframework.org/schema/util
10 http://www.springframework.org/schema/util/spring-util-2.5.xsd">
11
12 <!-- REFERENCES -->
13 <reference id="repository" interface="javax.jcr.Repository"
14 filter="(cn=slc)" />
15
16 <!-- <reference id="authenticationManager" -->
17 <!-- interface="org.springframework.security.authentication.AuthenticationManager" /> -->
18
19 <reference id="modulesManager"
20 interface="org.argeo.slc.execution.ExecutionModulesManager" />
21
22 <!-- SERVICES -->
23 <!-- <service ref="attachmentUploader" interface="org.argeo.slc.core.attachment.AttachmentUploader" /> -->
24
25 <service interface="org.argeo.slc.execution.ExecutionModulesListener"
26 ref="executionModulesListener" />
27
28 <service ref="agent" interface="org.argeo.slc.execution.SlcAgent" />
29 <service ref="agentCli" interface="org.argeo.slc.execution.SlcAgentCli" />
30
31 <service ref="fileSystemManager" interface="org.apache.commons.vfs2.FileSystemManager" />
32 </beans:beans>