Project

General

Profile

« Previous | Next » 

Revision 48135

Re-added Mongo DB bean to logger, as it is currently needed to a class for updating the LOD in dnet-openaireplus-workflows.

View differences:

applicationContext-dnet-mongo-logging.xml
5 5
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 6
                        http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd">
7 7

  
8
	<bean id="dnetLoggerMongoDao" class="eu.dnetlib.common.logging.dao.DnetLoggerMongoDao" />
8
	<bean id="dnetLoggerMongoDao" class="eu.dnetlib.common.logging.dao.DnetLoggerMongoDao"
9
	      p:db-ref="loggingMongoDB"/>
9 10

  
10 11
	<bean id="loggingMongoClient" class="com.mongodb.MongoClient">
11 12
		<constructor-arg index="0" type="com.mongodb.ServerAddress">

Also available in: Unified diff