]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/modules/org.argeo.slc.client.agent/META-INF/spring/client.xml
Introduce JCR agent. Client agent not needed anymore.
[gpl/argeo-slc.git] / eclipse / modules / org.argeo.slc.client.agent / META-INF / spring / client.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7
8 <!-- Temporary -->
9 <bean id="slcAgentFactory" class="org.argeo.slc.core.runtime.SimpleAgentFactory">
10 <property name="agents">
11 <list>
12 <ref bean="slcAgent" />
13 </list>
14 </property>
15 </bean>
16
17 <bean id="slcAgent" class="org.argeo.slc.core.runtime.DefaultAgent"
18 init-method="init" destroy-method="dispose" p:modulesManager-ref="modulesManager" />
19
20 </beans>