Project

General

Profile

« Previous | Next » 

Revision 50273

1. Bug fix on repository convert
2. Update pom with postgres dependency

View differences:

application-context.xml
9 9
	http://www.springframework.org/schema/context/spring-context-4.0.xsd
10 10
	http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
11 11

  
12
   <!-- <import resource="classpath:META-INF/cxf/cxf.xml"/>
12
    <!--<import resource="classpath:META-INF/cxf/cxf.xml"/>
13 13
    <import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml"/>
14 14
    <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
15 15
    <import resource="classpath*:/cxf.xml"/>
......
24 24
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-commons.xml"/>
25 25
    <import resource="classpath*:/gr/uoa/di/driver/app/springContext-registrator.xml"/>
26 26
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>-->
27
    <context:property-placeholder location="classpath*:/eu/**/application.properties" /> 
27
    <context:property-placeholder location="classpath*:/eu/**/application.properties" />
28 28
    <tx:annotation-driven transaction-manager="txManager"/>
29 29

  
30 30
    <bean class="eu.dnetlib.repo.manager.service.config.CascadingPropertyLoader" id="propertyLoader">

Also available in: Unified diff