]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml
d7c089f8feaae47833f9cb8dd43896961581e1a5
[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/process/mapping.xml
12 </value>
13 <value>
14 classpath:org/argeo/slc/castor/test/tree/mapping.xml
15 </value>
16 </list>
17 </property>
18 </bean>
19
20 </beans>