]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml
Event management
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / 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 <!-- DEPRECATED, USE classpath:org/argeo/slc/castor/spring.xml instead -->
7
8 <import resource="classpath:org/argeo/slc/castor/spring.xml"/>
9 <!--
10 <bean id="slcDefault.castor.marshaller"
11 class="org.springframework.oxm.castor.CastorMarshaller">
12 <property name="mappingLocations">
13 <list>
14 <value>
15 classpath:org/argeo/slc/castor/msg.xml
16 </value>
17 <value>
18 classpath:org/argeo/slc/castor/process.xml
19 </value>
20 <value>
21 classpath:org/argeo/slc/castor/structure.xml
22 </value>
23 <value>
24 classpath:org/argeo/slc/castor/test.xml
25 </value>
26 </list>
27 </property>
28 <property name="whitespacePreserve" value="true" />
29 </bean>
30
31 <bean id="slcDefault.castor.xsltReportGenerator"
32 class="org.argeo.slc.xml.test.tree.XsltReportGenerator"
33 init-method="init">
34 <property name="xsltStyleSheet"
35 value="classpath:/org/argeo/slc/core/test/tree/basicReport.xslt" />
36 <property name="marshaller" ref="slcDefault.castor.marshaller" />
37 <property name="logXml" value="false" />
38 <property name="outputDir" value="${slc.workDir}/results/html" />
39 </bean>
40
41 <bean name="slcDefault.castor.fileSlcExecutionNotifier"
42 class="org.argeo.slc.xml.process.FileSlcExecutionNotifier">
43 <property name="basePath" value="${slc.workDir}/process" />
44 <property name="marshaller" ref="slcDefault.castor.marshaller" />
45 </bean>
46 -->
47 </beans>