Project

General

Profile

« Previous | Next » 

Revision 60990

more logging

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/dhp/CreateMDStoreHadoopJobNode.java
55 55
                "return $x//EXTRA_FIELDS/FIELD[./key/text() = 'OpenAireDataSourceId']/value/text()",
56 56
                repositoryId);
57 57

  
58
        log.info("resolving openaAireDatasourceId: " + xquery);
59

  
58 60
        final String openAireDataSourceId = serviceLocator.getService(ISLookUpService.class).getResourceProfileByQuery(xquery);
59 61

  
60 62
        if (StringUtils.isBlank(openAireDataSourceId)) {

Also available in: Unified diff