]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.server.services/META-INF/spring/services.xml
Improve Security
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.server.services / META-INF / spring / services.xml
index 6151309e7add3577e3fca192ef797b47fe232326..591e6a6d006f5d6e878046a56507495a60cb5cad 100644 (file)
        </bean>
 
        <!-- Services -->
-       <bean id="testManagerService" class="org.argeo.slc.services.impl.test.TestManagerServiceImpl">
+       <bean id="testManagerService" class="org.argeo.slc.services.impl.TestManagerServiceImpl">
                <constructor-arg ref="testResultDao" />
                <constructor-arg ref="testRunDescriptorDao" />
                <constructor-arg ref="slcExecutionDao" />
                <constructor-arg ref="testResultCollectionDao" />
        </bean>
 
-       <bean id="agentService" class="org.argeo.slc.services.impl.runtime.AgentServiceImpl">
+       <bean id="agentService" class="org.argeo.slc.services.impl.AgentServiceImpl">
                <constructor-arg ref="slcAgentDescriptorDao" />
                <constructor-arg ref="agentFactory" />
                <property name="pingCycle" value="${slc.server.services.pingCycle}" />
+               <property name="securityService" ref="securityService" />
        </bean>
 
-       <bean id="slcExecutionService"
-               class="org.argeo.slc.services.impl.process.SlcExecutionServiceImpl">
+       <bean id="slcExecutionService" class="org.argeo.slc.services.impl.SlcExecutionServiceImpl">
                <constructor-arg ref="slcExecutionDao" />
        </bean>
 
-       <!--
-               Services transactions <aop:config> <aop:pointcut id="serviceMethods"
-               expression="execution(*
-               org.argeo.slc.services.test.TestManagerService.*(..))" /> <aop:advisor
-               advice-ref="serviceAdvice" pointcut-ref="serviceMethods" />
-               </aop:config> <tx:advice id="serviceAdvice"
-               transaction-manager="transactionManager"> <tx:attributes> <tx:method
-               name="*" propagation="REQUIRED" /> </tx:attributes> </tx:advice>
-       -->
 </beans>
\ No newline at end of file