Project

General

Profile

« Previous | Next » 

Revision 34342

Added by Nikon Gasparis over 9 years ago

*new version of validator service
*it now includes the validator implementation(replaces uoa-validator)
*registry for jobs,rules and providers is now removed.
*supports and implements the new ValidatorService interface
*new way to submit a new job (a common method is used for tests,registrations,or cris)
*content and usage jobs are now merged to one.
*listeners updated to support job merging
*works as standalone or with IS (BETA)

View differences:

web.xml
3 3
 "http://java.sun.com/dtd/web-app_2_3.dtd" >
4 4
<web-app>
5 5
	<display-name>Validator Web Service</display-name>
6
<!-- 	<context-param> -->
7
<!-- 		<param-name>contextConfigLocation</param-name> -->
8
<!-- 		<param-value>/WEB-INF/applicationContext.xml</param-value> -->
9
<!-- 	</context-param> -->
6 10
	<context-param>
7
		<param-name>contextConfigLocation</param-name>
8
		<param-value>/WEB-INF/applicationContext.xml</param-value>
9
	</context-param>
10
	<context-param>
11 11
		<param-name>log4jConfigLocation</param-name>
12 12
		<param-value>/WEB-INF/log4j.properties</param-value>
13 13
	</context-param>
......
15 15
		<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
16 16
	</listener>
17 17
	<listener>
18
		<listener-class> org.springframework.web.context.ContextLoaderListener</listener-class>
18
		<listener-class>eu.dnetlib.validator.service.config.ValidatorServiceContextLoaderListener</listener-class>
19 19
	</listener>
20
<!-- 	<listener> -->
21
<!-- 		<listener-class> org.springframework.web.context.ContextLoaderListener</listener-class> -->
22
<!-- 	</listener> -->
20 23
	<servlet>
21 24
		<servlet-name>CXFServlet</servlet-name>
22 25
		<display-name>CXF Servlet</display-name>

Also available in: Unified diff