]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml
Improve SlcExecution notifications
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / resources / org / argeo / slc / castor / spring / applicationContext.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
4 default-lazy-init="true">
5
6 <bean id="slcDefault.castor.marshaller"
7 class="org.springframework.oxm.castor.CastorMarshaller">
8 <property name="mappingLocations">
9 <list>
10 <value>
11 classpath:org/argeo/slc/castor/msg/mapping.xml
12 </value>
13 <value>
14 classpath:org/argeo/slc/castor/process/mapping.xml
15 </value>
16 <value>
17 classpath:org/argeo/slc/castor/structure/mapping.xml
18 </value>
19 <value>
20 classpath:org/argeo/slc/castor/test/mapping.xml
21 </value>
22 </list>
23 </property>
24 <property name="whitespacePreserve" value="true"/>
25 </bean>
26
27 </beans>