Project

General

Profile

1 11408 antonis.le
<?xml version="1.0" encoding="UTF-8"?>
2
3
<beans xmlns="http://www.springframework.org/schema/beans"
4 51084 panagiotis
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 40250 nikon.gasp
       xmlns:context="http://www.springframework.org/schema/context"
6
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7 51084 panagiotis
	    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
8 11956 antonis.le
9 12259 antonis.le
10 41264 nikon.gasp
11 40250 nikon.gasp
    <import resource="classpath:META-INF/cxf/cxf.xml"/>
12
    <import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml"/>
13
    <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
14
    <import resource="classpath*:/cxf.xml"/>
15
    <import resource="classpath*:/eu/dnetlib/repos/ehcacher/springContext-repos-ehcacher.xml"/>
16
    <import resource="classpath*:/eu/dnetlib/soap/cxf/applicationContext-eprbuilders.xml"/>
17
    <import resource="classpath*:/eu/dnetlib/clients/ws/springContext-locatorFactory.xml"/>
18
    <import resource="classpath*:/eu/dnetlib/users/springContext-users-ldap.xml"/>
19
    <import resource="classpath*:/gr/uoa/di/driver/util/springContext-locators.xml"/>
20
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-lookupFactory.xml"/>
21
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-lookupClients.xml"/>
22 50252 panagiotis
    <import resource="classpath*:/eu/dnetlib/enabling/hcm/springContext-hcmService.xml"/>
23 40250 nikon.gasp
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-commons.xml"/>
24
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-registrator.xml"/>
25 50296 panagiotis
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>
26 41617 stefania.m
    <import resource="classpath*:/eu/dnetlib/gwt/**/springContext-widgets.xml"/>
27
28 40268 nikon.gasp
    <import resource="classpath*:/eu/dnetlib/repo/manager/server/config/springContext-repo-manager.xml"/>
29 51086 panagiotis
    <!--<import resource="classpath*:/eu/dnetlib/repo/manager/server/config/aai-security.xml"/>
30
-->
31 41336 nikon.gasp
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>
32 50001 antonis.le
    <import resource="classpath*:application-context.xml" />
33 21654 nikon.gasp
34 40466 nikon.gasp
    <context:component-scan base-package="eu.dnetlib.repo.manager.server"/>
35 49879 antonis.le
    <context:component-scan base-package="eu.dnetlib.repo.manager.service.controllers"/>
36 41264 nikon.gasp
    <!--<context:component-scan base-package="gr.uoa.di.driver"/>-->
37 40250 nikon.gasp
    <context:annotation-config/>
38 21654 nikon.gasp
39 49879 antonis.le
40 40250 nikon.gasp
    <bean class="eu.dnetlib.repo.manager.server.config.CascadingPropertyLoader"
41
          id="propertyLoader">
42
        <property name="order" value="2"/>
43
        <property name="properties">
44
            <bean class="eu.dnetlib.conf.WebappContextProperyFactory">
45
                <property name="propertyFetcher">
46
                    <bean class="eu.dnetlib.conf.PropertyFetcher"/>
47
                </property>
48
            </bean>
49
        </property>
50
        <property name="ignoreUnresolvablePlaceholders" value="true"/>
51
        <property name="locations">
52
            <list>
53
                <value>classpath*:/gr/**/springContext-*.properties</value>
54
                <value>classpath*:/eu/**/springContext-*.properties</value>
55 21654 nikon.gasp
56 50001 antonis.le
57 40367 nikon.gasp
                <value>classpath*:/eu/dnetlib/repo/manager/server/email-texts.properties</value>
58
59 49879 antonis.le
60 40250 nikon.gasp
                <value>classpath*:dnet-site-wizard.properties</value>
61
                <value>classpath*:dnet-site-override.properties</value>
62
                <value>classpath*:dnet-wizard.properties</value>
63
                <value>classpath*:dnet-override.properties</value>
64
                <value>classpath*:dnet-validator-wizard.properties</value>
65
                <value>classpath*:dnet-validator-override.properties</value>
66
                <value>classpath*:dnet-site-force-override.properties</value>
67
                <value>classpath*:dnet-force-override.properties</value>
68 49879 antonis.le
69
                <value>classpath*:/eu/**/application.properties</value>
70
71 40250 nikon.gasp
            </list>
72
        </property>
73
    </bean>
74 50288 panagiotis
75 11408 antonis.le
</beans>