[Dspace-tech] OAI configuration Properties

2013-07-18 Thread emilio lorenzo
Hi in Dspace pre 3.x version these variables were configured in config/oaicat.properties: AbstractCatalog.secondsToLive=86401 AbstractCatalog.granularity=-MM-DDThh:mm:ssZ Identify.repositoryName=${dspace.name} Identify.adminEmail=${mail.admin} Identify.earliestDatestamp=2001-01-01T00:00:00Z

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
Hi Emilio, On Thu, Jul 18, 2013 at 9:48 AM, emilio lorenzo elore...@arvo.es wrote: AbstractCatalog.secondsToLive=86401 AbstractCatalog.granularity=-MM-DDThh:mm:ssZ I believe these two options can't be configured in the new OAI. According to description [1] of these properties in OAICat

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread João Melo
Hi, granularity configuration isn't possible at the moment, as it is hard coded (as one could see [1]). However, it is possible by replacing dspace-oai/main/java/org/dspace/xoai/data/DSpaceIdentify.java by [2]. Edit dspace/config/modules/oai.cfg and add a new configuration value: # Possible

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
On Thu, Jul 18, 2013 at 1:29 PM, João Melo jm...@lyncode.com wrote: NOTE: As the OAI-PMH guidelines define there are only two possible granularities (Day and Second). Thanks for noting that. Actually, I just noticed even in OAICat there are only these two possible values (day and second):