]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.server.services/META-INF/spring/services.xml
Adapt to new Commons structure
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.server.services / META-INF / spring / services.xml
index e9f1745eeb65729a4de580f8eab851efbfd089e8..39f318f726d4037a6b6c6d5b899d05a995d2eddd 100644 (file)
                <constructor-arg ref="slcAgentDescriptorDao" />
                <constructor-arg ref="agentFactory" />
                <property name="pingCycle" value="${slc.server.services.pingCycle}" />
+               <property name="systemExecutor" ref="systemExecutor" />
        </bean>
 
-       <bean id="slcExecutionService"
-               class="org.argeo.slc.services.impl.SlcExecutionServiceImpl">
+       <bean id="slcExecutionService" class="org.argeo.slc.services.impl.SlcExecutionServiceImpl">
                <constructor-arg ref="slcExecutionDao" />
        </bean>