Ignore:
Timestamp:
2017-08-21T18:03:37+12:00 (7 years ago)
Author:
ak19
Message:

Now GS3 tries to obtain the _earliesttimestamp entry of the oai-inf.db for each collection to, work out the earliest among them to be the earliest timestamp of the repository. For each collection, if there is no such entry or the oai-inf db doesn't exist or can't be accessed, the collection falls back to using the value in the build config file as before. Also as before, if that doesn't exist either, it uses the lastmod date of the collection (I think also taken from build config) as the next fallback value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/OAIReceptionist.java

    r31229 r31912  
    239239    // send to MR
    240240    msg_node = mr.process(message);
    241     logger.info("*** " + XMLConverter.getPrettyString(msg_node));
     241    //logger.info("*** " + XMLConverter.getPrettyString(msg_node));
    242242    NodeList response_list =  ((Element)msg_node).getElementsByTagName(GSXML.RESPONSE_ELEM);
    243243    for (int c=0; c<response_list.getLength(); c++) {
Note: See TracChangeset for help on using the changeset viewer.