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