]> 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
Introduce listResults service with filtering on collectionId and attributes
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / main / resources / org / argeo / slc / castor / spring / applicationContext.xml
index 45a470a3f2eb1913ad381355a69dfb0ac81370a0..21c0ce59521124e06089fb40dbf0eff5543b0e4f 100644 (file)
@@ -8,16 +8,16 @@
                <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>
@@ -25,7 +25,7 @@
        </bean>
 
        <bean id="slcDefault.castor.xsltReportGenerator"
-               class="org.argeo.slc.core.test.tree.XsltReportGenerator"
+               class="org.argeo.slc.xml.test.tree.XsltReportGenerator"
                init-method="init">
                <property name="xsltStyleSheet"
                        value="classpath:/org/argeo/slc/core/test/tree/basicReport.xslt" />
                <property name="outputDir" value="${slc.workDir}/results/html" />
        </bean>
 
+       <bean name="slcDefault.castor.fileSlcExecutionNotifier"
+               class="org.argeo.slc.xml.process.FileSlcExecutionNotifier">
+               <property name="basePath" value="${slc.workDir}/process" />
+               <property name="marshaller" ref="slcDefault.castor.marshaller" />
+       </bean>
 
 </beans>