Project

General

Profile

Statistics
| Revision:

# Date Author Comment
38641 03/08/2015 05:26 PM Alessia Bardi

[maven-release-plugin] copy for tag dnet-oai-utils-3.3.0

38639 03/08/2015 04:50 PM Alessia Bardi

Cache management: it's a mess if we have more than one <cache:annotation-driven> instructions:
- the container now has a dedicated application context for caches
- logs to DEBUG for spring cache module

38446 23/07/2015 06:14 PM Alessia Bardi

#1342: added caches to limit the load on exists when a client performs a list of getRecord requests.

37493 26/05/2015 05:44 PM Alessia Bardi

StringUtils.split does not add empty strings in the resulting array, but I do need them, hence I use the native String split function.

37328 20/05/2015 12:33 PM Alessia Bardi

Do not encode the resumption token #1310

35297 12/03/2015 10:44 AM Alessia Bardi

testing variable according to the test configuration.

35136 05/03/2015 08:11 PM Alessia Bardi

Testing we correctly parse scheme id and namespace

34733 23/02/2015 03:49 PM Alessia Bardi

RecordInfo with provenance.

33008 27/11/2014 12:37 PM Alessia Bardi

Test for IDSCHEME and IDNAMESPACE

33003 26/11/2014 06:37 PM Alessia Bardi

Fixed xqueries and methods to get the id namespace and scheme.

32613 13/11/2014 10:37 AM Andrea Mannocci

updating to major release of ServiceLocator

30871 25/09/2014 03:56 PM Alessia Bardi

Not counting even for date range queries. OAI requests with date ranges are served without the information about the completeListSize.

29830 22/08/2014 04:56 PM Alessia Bardi

idScheme and idNamespace are not a property anymore, but they are dynamically read from the OAI configuration profile

29814 21/08/2014 06:13 PM Alessia Bardi

Cleaned logs

29811 21/08/2014 05:01 PM Alessia Bardi

Allow "<>" in queries in OAI configuration using EscapeXML before saving to the configuration profile.

29747 31/07/2014 06:07 PM Alessia Bardi

The oai database currently in use is discovered dynamically from the OAIConfiguration profile.
The xquery to use to retrieve the db name from the configuration is in the property services.oai.publisher.db.xquery.
The OAI controller/core have been refactored....

27270 09/05/2014 04:42 PM Alessia Bardi

remove definition of SplittedQueryExecutor bean, now defined in cnr-service-common instead. Changed resource annotation to autowired