Project

General

Profile

« Previous | Next » 

Revision 49770

1. Logger messages.
2. Change configuration for application properties file

View differences:

application-context.xml
6 6
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7 7
	http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
8 8

  
9
    <!--<bean id="validationService" class="eu.dnetlib.repo.manager.service.controllers.ValidatorApiImpl">
10
        <property name="validatorServiceLocator" ref="validatorServiceLocator"/>
11
    </bean>
9
    <context:property-placeholder location="classpath*:/eu/**/application.properties" />
12 10

  
13
    <bean id="monitorService" class="eu.dnetlib.repo.manager.service.controllers.MonitorApiImpl">
14
        <property name="validatorServiceLocator" ref="validatorServiceLocator"/>
15
    </bean>-->
16

  
17
    <context:property-placeholder location="classpath*:/application.properties" />
18 11
</beans>

Also available in: Unified diff