calvez / xcoaitoolkit

Automatically exported from code.google.com/p/xcoaitoolkit
0 stars 0 forks source link

GetRecord verb not retrieving single record #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OAI toolkit's GetRecord verb is not retrieving the record correctly. Also
the GetRecord link in UI is passing incorrect OAI identifier.

Original issue reported on code.google.com by srangana...@library.rochester.edu on 12 Mar 2010 at 3:21

GoogleCodeExporter commented 9 years ago
This is a bug because of the change in the XC OAI Id structure.

The code needs to be handled properly for GetRecord verb which would handle new 
XC 
OAI ID properly. Change should be done in the file Facade.java starting line 
564. 
Proper parsing of the XC OAI ID needs to be done so that the error is not 
thrown as 
it is now.

Original comment by sva...@library.rochester.edu on 12 Mar 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Changing owner.

Original comment by rc...@library.rochester.edu on 25 Mar 2010 at 6:23

GoogleCodeExporter commented 9 years ago
Previously the OAI server was designed to retrieve a record based on record 
type and
the original marc record's 001 (external_id).  Now it correctly retrieves the 
record
based on OAI identifier.

(This turned out to be easier than I had first thought. :-)

rev. 75

Original comment by chic...@gmail.com on 19 Apr 2010 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by srangana...@library.rochester.edu on 14 May 2010 at 9:59