Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
If DSpace is the harvester, you can harvest from any OAI-ORE-compliant provider. If DSpace is the provider, it's only OAI-ORE-compliant if you point bitstream.baseUrl in oai.cfg to the UI you want to serve bitstreams. It's trivial but necessary because DSpace cannot know which UI you consider prim

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread Hilton Gibson
Hi Helix Ok. So which setting is correct, so as to enable non-DSpace repositories to do an OAI-ORE harvest? I find it highly unlikely that an external non-DSpace repository will have an "xmlui" interface setting available? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
Hi Hilton, that part is specific to DSpace. Harvesting from any other OAI-ORE-compliant provider should work just fine. The reason DSpace is mentioned specifically is that there are two different bitstream URL syntaxes depending on which UI you use. Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread Hilton Gibson
Hi David The part that really disturbs me is: "*First, that external DSpace must be running both the OAI-PMH interface and the XMLUI interface to support harvesting content from it via OAI-ORE.*" What if the external repository is not DSpace powered but say EPrints powered. EPrints does not have a

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
Hi David, the ore.authoritative.source option and the related OREDisseminationCrosswalk seem to be a remnant from pre-DSpace 3 OAI. Why don't you try this instead: http://demo.dspace.org/oai/request?verb=GetRecord&metadataPrefix=ore&identifier=oai:demo.dspace.org:10673/3 Regards, ~~helix84 Com

[Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread David Cook
Hi all: I think that I've found a bug in the OAI-ORE settings for DSpace 4.2. I'm at a bit of a loss at the moment. I'm trying to set up a DSpace 4.2 repository to allow for OAI-ORE harvesting. After reading through the documentation, I found that I was supposed to find the ORE data at

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation (one last thing)

2015-04-22 Thread David Cook
Hi yet again: My mistake. it's even worse than I thought. XMLUI format: http://mydspace.com/xmlui/bitstream/handle/[item-handle]/filename.pdf?sequen ce=1 JSPUI format: http://mydspace.com/jspui/bitst

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation (another thing)

2015-04-22 Thread David Cook
Hi again: Actually, it looks like there are still problems when I switched "ore.authoritative.source" to "oai" and changed "dspace.oai.url" to "${dspace.baseUrl}/xmlui". That fixes the and some other atom elements. However, all the references to the bitstreams are using "jspui"... which c