Project

General

Profile

« Previous | Next » 

Revision 47002

commented out dnet-datasource-rest-api dependency

View differences:

webapps/dnet-container-provision/trunk/deploy.info
2 2
	"type_source": "SVN", 
3 3
	"goal": "package -U -T 4C source:jar", 
4 4
	"url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-provision/trunk", 
5
	"deploy_repository": "dnet4-snapshots", 
5
	"deploy_repository": "dnet45-snapshots", 
6 6
	"version": "4", 
7 7
	"mail": "sandro.labruzzo@isti.cnr.it,michele.artini@isti.cnr.it,claudio.atzori@isti.cnr.it,alessia.bardi@isti.cnr.it", 
8 8
	"deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots", 
webapps/dnet-container-provision/trunk/src/main/resources/eu/dnetlib/applicationContext-ehcache.xml
20 20
            		<ref bean="vocabularyCacheManager" />
21 21
           	 		<ref bean="theOAICacheManager" />
22 22
           	 		<ref bean="oaiUtilsCacheManager" />
23
			        <ref bean="datasourceCacheManager" />
23
			       <!-- <ref bean="datasourceCacheManager" /> -->
24 24
        		</array>
25 25
    		</property>
26 26
    		<property name="fallbackToNoOpCache" value="true" />
webapps/dnet-container-provision/trunk/src/main/resources/log4j.properties
20 20

  
21 21
### Application Level ###
22 22
log4j.logger.eu.dnetlib=INFO
23
log4j.logger.org.apache.cxf.ws.addressing.ContextUtils=FATAL
23
log4j.logger.org.apache.cxf=FATAL
24 24
log4j.logger.eu.dnetlib.enabling.inspector=FATAL
25 25
log4j.logger.eu.dnetlib.springutils.stringtemplate.StringTemplateViewResolver=FATAL
26 26
log4j.logger.org.apache.xerces.parsers.SAXParser=OFF

Also available in: Unified diff