]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.agent/META-INF/spring/agent.xml
Restructure SLC
[gpl/argeo-slc.git] / modules / org.argeo.slc.agent / META-INF / spring / agent.xml
diff --git a/modules/org.argeo.slc.agent/META-INF/spring/agent.xml b/modules/org.argeo.slc.agent/META-INF/spring/agent.xml
new file mode 100644 (file)
index 0000000..38cc1d4
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<beans xmlns="http://www.springframework.org/schema/beans"\r
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
+       xsi:schemaLocation="\r
+       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
+\r
+       <!-- Manager -->\r
+       <bean id="modulesManager" class="org.argeo.slc.osgi.OsgiExecutionModulesManager"\r
+               init-method="init" destroy-method="destroy">\r
+               <property name="slcExecutionNotifiers" ref="slcExecutionListeners" />\r
+               <property name="bundlesManager" ref="bundlesManager" />\r
+       </bean>\r
+\r
+       <bean id="bundlesManager" class="org.argeo.slc.osgi.BundlesManager" />\r
+\r
+       <!-- Logging -->\r
+<!--   <bean id="log4Notification" class="org.argeo.slc.log4j.SlcExecutionAppender" -->\r
+<!--           init-method="init" destroy-method="destroy"> -->\r
+<!--           <property name="disabled" value="${slc.agent.log4Notification.disabled}" /> -->\r
+<!--           <property name="level" value="${slc.agent.log4Notification.level}" /> -->\r
+<!--           <property name="onlyExecutionThread" -->\r
+<!--                   value="${slc.agent.log4Notification.onlyExecutionThread}" /> -->\r
+<!--   </bean> -->\r
+\r
+\r
+</beans>
\ No newline at end of file