]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.example/exampleSlcAppli/conf/execution.xml
Restructure example
[gpl/argeo-slc.git] / org.argeo.slc.example / exampleSlcAppli / conf / execution.xml
diff --git a/org.argeo.slc.example/exampleSlcAppli/conf/execution.xml b/org.argeo.slc.example/exampleSlcAppli/conf/execution.xml
deleted file mode 100644 (file)
index bcee479..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?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"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <bean name="executionBuildListener"\r
-               class="org.argeo.slc.ant.SlcExecutionBuildListener">\r
-               <property name="notifiers">\r
-                       <list>\r
-                               <ref bean="fileNotifier" />\r
-                               <!-- <ref bean="webServiceNotifier" />-->\r
-                       </list>\r
-               </property>\r
-       </bean>\r
-\r
-       <bean id="marshaller"\r
-               class="org.springframework.oxm.castor.CastorMarshaller">\r
-               <property name="mappingLocation"\r
-                       value="classpath:org/argeo/slc/castor/process/mapping.xml" />\r
-       </bean>\r
-\r
-       <bean name="fileNotifier"\r
-               class="org.argeo.slc.core.process.FileSlcExecutionNotifier">\r
-               <property name="basePath" value="${slc.workDir}/process" />\r
-               <property name="marshaller" ref="marshaller" />\r
-       </bean>\r
-<!-- \r
-       <bean name="webServiceNotifier"\r
-               class="org.argeo.slc.core.process.WebServiceSlcExecutionNotifier">\r
-               <property name="template" ref="webServiceTemplate" />\r
-       </bean>\r
-\r
-       <bean id="webServiceTemplate"\r
-               class="org.springframework.ws.client.core.WebServiceTemplate">\r
-               <constructor-arg ref="messageFactory" />\r
-               <property name="marshaller" ref="marshaller"/>\r
-               <property name="unmarshaller" ref="marshaller"/>\r
-               <property name="defaultUri"\r
-                       value="http://localhost:8080/org.argeo.slc.webapp/slcService/" />\r
-       </bean>\r
-\r
-       <bean id="messageFactory"\r
-               class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory" />\r
--->\r
-</beans>
\ No newline at end of file