Project

General

Profile

« Previous | Next » 

Revision 50219

1. Changes on piwik api
2. Changes on repository interface (new response entities)
3. Changes on converter class due to new json response.

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"/>
......
23 23
    <import resource="classpath*:/eu/dnetlib/enabling/hcm/springContext-hcmService.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
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>
27
    <context:property-placeholder location="classpath*:/eu/**/application.properties" />
26
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>-->
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">
......
79 79
        <property name="dataSource" ref="repomanager.dataSource"/>
80 80
    </bean>
81 81

  
82
</beans>
82
</beans>

Also available in: Unified diff