]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/test/resources/org/argeo/slc/core/test/tree/applicationContext.xml
TreeTestResult marshalling/unmarshalling
[gpl/argeo-slc.git] / org.argeo.slc.core / src / test / resources / org / argeo / slc / core / test / tree / applicationContext.xml
diff --git a/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/test/tree/applicationContext.xml b/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/test/tree/applicationContext.xml
new file mode 100644 (file)
index 0000000..59aad78
--- /dev/null
@@ -0,0 +1,11 @@
+<?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 id="marshaller"\r
+               class="org.springframework.oxm.castor.CastorMarshaller">\r
+               <property name="mappingLocation"\r
+                       value="classpath:org/argeo/slc/castor/test/tree/mapping.xml" />\r
+       </bean>\r
+</beans>
\ No newline at end of file