Revision 45471
Added by Alessia Bardi over 7 years ago
modules/dnet-data-provision-services/trunk/src/main/java/eu/dnetlib/oai/actions/SyncAction.java | ||
---|---|---|
36 | 36 |
final MetadataReference mdRef = MetadataReferenceFactory.decode(collectionName, MDREF_SEPARATOR); |
37 | 37 |
|
38 | 38 |
final ResultSet<?> rs = ResultSet.fromJson(epr); |
39 |
log.info("Syncronizing content for oai on db " + dbName + "for metadata format: " + mdRef);
|
|
39 |
log.info("Synchronizing content for oai on db " + dbName + " for metadata format: " + mdRef);
|
|
40 | 40 |
Iterable<String> records = resultSetClient.iter(rs, String.class); |
41 | 41 |
// in case of DMF there is no "hat element" after oai:metadata: we must add it or the OAI-PMH export will only contain the first |
42 | 42 |
// element inside oai:metadata. |
Also available in: Unified diff
Fixed log