Project

General

Profile

1 1942 vassilis.s
<?xml version="1.0" encoding="UTF-8"?>
2
3 31929 antonis.le
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 1942 vassilis.s
	xmlns:context="http://www.springframework.org/schema/context"
5 31929 antonis.le
	xmlns="http://www.springframework.org/schema/beans"
6 47399 antonis.le
7 27183 katerina.i
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
8 1942 vassilis.s
	http://www.springframework.org/schema/context
9 31929 antonis.le
		   http://www.springframework.org/schema/context/spring-context-4.0.xsd">
10 1942 vassilis.s
11
	<import resource="classpath:META-INF/cxf/cxf.xml" />
12 27183 katerina.i
13 1942 vassilis.s
	<import resource="classpath*:/gr/uoa/di/driver/app/springContext-commons.xml" />
14
	<import resource="classpath*:/gr/uoa/di/driver/util/springContext-locators.xml" />
15 7011 antonis.le
	<import resource="classpath*:/gr/uoa/di/driver/app/springContext-registrator.xml" />
16 31929 antonis.le
	<import resource="classpath*:/eu/dnetlib/clients/ws/springContext-locatorFactory.xml" />
17 7011 antonis.le
	<import resource="classpath*:/eu/dnetlib/soap/cxf/applicationContext-eprbuilders.xml"/>
18
	<import resource="classpath*:/gr/uoa/di/driver/app/springContext-lookupFactory.xml" />
19
	<import resource="classpath*:/gr/uoa/di/driver/app/springContext-lookupClients.xml" />
20
	<import resource="classpath*:/eu/dnetlib/enabling/hcm/springContext-hcmService.xml" />
21 5253 antonis.le
22 31929 antonis.le
	<import resource="classpath*:/eu/dnetlib/data/search/solr/springContext-searchService-solr.xml" />
23 19010 katerina.i
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-transformation.xml" />
24 6830 antonis.le
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-searchService.xml" />
25 1942 vassilis.s
26 36559 katerina.i
	<!--<import resource="classpath*:/eu/dnetlib/data/statsmanager/springContext-statsManager.xml" />-->
27 25733 antonis.le
28 1942 vassilis.s
	<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
29
		<property name="order" value="2" />
30
		<property name="ignoreUnresolvablePlaceholders" value="true" />
31 6830 antonis.le
		<property name="properties">
32 31929 antonis.le
			<bean class="eu.dnetlib.conf.WebappContextProperyFactory">
33
				<property name="propertyFetcher">
34
					<bean class="eu.dnetlib.conf.PropertyFetcher" />
35
				</property>
36
			</bean>
37
		</property>
38 1942 vassilis.s
		<property name="locations">
39
			<list>
40 19010 katerina.i
				<value>classpath*:/eu/**/applicationContext*.properties</value>
41 6830 antonis.le
				<value>classpath*:/eu/dnetlib/applicationContext-defaultProperties.properties</value>
42 1942 vassilis.s
				<value>classpath*:/gr/**/springContext-commons.properties</value>
43 7011 antonis.le
				<value>classpath*:/gr/**/springContext-registrator.properties</value>
44 3107 antonis.le
				<value>classpath*:/gr/**/springContext-locators.properties</value>
45 7011 antonis.le
				<value>classpath*:/gr/uoa/di/driver/app/springContext-lookupFactory.properties</value>
46
				<value>classpath*:/eu/dnetlib/enabling/hcm/springContext-hcmService.properties</value>
47 5253 antonis.le
48 31929 antonis.le
				<value>classpath*:/eu/**/springContext-searchService-solr.properties</value>
49 1942 vassilis.s
				<value>classpath*:/eu/**/springContext-searchService.properties</value>
50 18933 antonis.le
				<value>classpath*:/eu/**/springContext-transformation.properties</value>
51 3107 antonis.le
52 1942 vassilis.s
				<value>classpath*:/uoa-override.properties</value>
53 5253 antonis.le
				<value>classpath*:/dnet-override.properties</value>
54 1942 vassilis.s
			</list>
55
		</property>
56
	</bean>
57
58
	<context:annotation-config />
59 47496 katerina.i
	<context:component-scan base-package="eu.dnetlib.data.search.web.api" />
60 23798 antonis.le
	<import resource="./cxf.xml" />
61 1942 vassilis.s
</beans>