Project

General

Profile

« Previous | Next » 

Revision 56218

SNAPSHOT version removed from dnet-container-parent and specific version for uoa-search module is added.

View differences:

applicationContext.xml
22 22
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-transformation.xml" />
23 23
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-searchService.xml" />
24 24

  
25
	<!--<import resource="classpath*:/eu/dnetlib/data/statsmanager/springContext-statsManager.xml" />-->
26

  
27 25
	<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
28 26
		<property name="order" value="2" />
29 27
		<property name="ignoreUnresolvablePlaceholders" value="true" />
......
55 53
	</bean>
56 54

  
57 55
	<context:annotation-config />
56
	<context:component-scan base-package="eu.dnetlib.data.search">
57
		<context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" />
58
	</context:component-scan>
59

  
58 60
	<import resource="./cxf.xml" />
59 61
</beans>

Also available in: Unified diff