]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml
XML format for executions
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / main / resources / org / argeo / slc / castor / spring / applicationContext.xml
index 414a2f49a058118858281d487972489c3e86aaf5..4e12b55671bd60101442eeb399b6aa64ac3e59f1 100644 (file)
@@ -3,21 +3,25 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
        default-lazy-init="true">
 
+<!-- DEPRECATED, USE classpath:org/argeo/slc/castor/spring.xml instead -->
+
+       <import resource="classpath:org/argeo/slc/castor/spring.xml"/>
+<!-- 
        <bean id="slcDefault.castor.marshaller"
                class="org.springframework.oxm.castor.CastorMarshaller">
                <property name="mappingLocations">
                        <list>
                                <value>
-                                       classpath:org/argeo/slc/castor/msg/mapping.xml
+                                       classpath:org/argeo/slc/castor/msg.xml
                                </value>
                                <value>
-                                       classpath:org/argeo/slc/castor/process/mapping.xml
+                                       classpath:org/argeo/slc/castor/process.xml
                                </value>
                                <value>
-                                       classpath:org/argeo/slc/castor/structure/mapping.xml
+                                       classpath:org/argeo/slc/castor/structure.xml
                                </value>
                                <value>
-                                       classpath:org/argeo/slc/castor/test/mapping.xml
+                                       classpath:org/argeo/slc/castor/test.xml
                                </value>
                        </list>
                </property>
@@ -39,5 +43,5 @@
                <property name="basePath" value="${slc.workDir}/process" />
                <property name="marshaller" ref="slcDefault.castor.marshaller" />
        </bean>
-
+ -->
 </beans>