]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/test/resources/org/argeo/slc/core/process/applicationContext.xml
Add web service notification of results.
[gpl/argeo-slc.git] / org.argeo.slc.core / src / test / resources / org / argeo / slc / core / process / applicationContext.xml
index c295d451097cfabcf420b5226388b836e93d8b65..899daf548a3a5517e24a206afd19c4f8d3208142 100644 (file)
@@ -1,24 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
-
-       <bean id="marshaller"
-               class="org.springframework.oxm.castor.CastorMarshaller">
-               <property name="mappingLocation"
-                       value="classpath:org/argeo/slc/castor/process/mapping.xml" />
-       </bean>
-
-       <bean id="messageFactory"
-               class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory" />
-
-       <bean id="webServiceTemplate"
-               class="org.springframework.ws.client.core.WebServiceTemplate">
-               <constructor-arg ref="messageFactory" />
-               <property name="marshaller" ref="marshaller"/>
-               <property name="unmarshaller" ref="marshaller"/>
-               <property name="defaultUri"
-                       value="http://localhost:8080/org.argeo.slc.webapp/slcService/" />
-       </bean>
-
+<?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
+\r
+       <import\r
+               resource="classpath:/org/argeo/slc/xml/spring/applicationContext.xml" />\r
+       <import\r
+               resource="classpath:/org/argeo/slc/castor/spring/applicationContext.xml" />\r
 </beans>
\ No newline at end of file