On Tue, May 21, 2013 at 9:26 PM, Titus, Gene W
<g.ti...@austin.utexas.edu> wrote:
> harvester.acceptedHandleServer = hdl.handle.net,
> digital.library.txstate.edu, library.txstate.edu, txstate.edu
>
> None of these match and I'm creating a new handle for each entry harvested
> and not assigning the dc.identifier.uri to be the dc.identifier
>
> Is it because the dc.identifier from this new site has an https in the
> field?

No, that's not it, the code doesn't look at that part. You can find
the logic here if that helps:

https://github.com/DSpace/DSpace/blob/dspace-1_7_x/dspace-api/src/main/java/org/dspace/harvest/OAIHarvester.java#L605

One more comment I have is that it seems to me that
harvester.acceptedHandleServer values must be separated by a comma
with no space. Anyway, digital.library.txstate.edu is the one you need
to have there (the string is split by slashes - "/" - and it compares
the part between the second and third slash).


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to