Re: [Dspace-tech] XOAI wrong request info

2015-03-04 Thread Claudia Jürgen
Hello Ivan, thanx, but the repositoryIdentifier was not the problem it is the and the in the response. Calling http://eldorado.uni-dortmund.de:8080/dspace-oai/request?verb=Identify the reponse looks like that: https://eldorado.tu-dortmund.de/dspace-oai/request https://eldorado.tu-dortmund

Re: [Dspace-tech] Input Forms Value Pairs

2015-03-04 Thread Hilton Gibson
Hi Ivan, Thx for the reply. Perhaps I was too brief. I type with two fingers! I would like to add: I am looking for a prepared input.xml file with the value-pairs already prepared. This is for subject specific repository that does global research. Cheers hg *Hilton Gibson* Ubuntu Linux System

Re: [Dspace-tech] Input Forms Value Pairs

2015-03-04 Thread helix84
Hi Hilton, that would be ISO 3166, one of the few ISO norms that has tables easily findable on the web. This project even makes translations of the country names to other languages: http://translationproject.org/domain/iso_3166.html Check out the iso-codes debian package; it's the same thing.

[Dspace-tech] (no subject)

2015-03-04 Thread Skevas Spiridon
I've installed the dspace and when i go to browse "Authors" or "By Issue Date" or "Titles" as Administrator i get an error. This happens also when i try to browse "Private Items" or "Withdraw items" again as administrator.What happens? stacktrace is: java.net.ConnectException: Connection refused

Re: [Dspace-tech] XOAI wrong request info

2015-03-04 Thread helix84
On Wed, Mar 4, 2015 at 7:46 PM, Claudia Jürgen wrote: > got a weird effect with oai (DSpace version 4.2 + the latest security > patches, oai caching disabled). Hi Claudia, the description part of OAI Identify response was backported to 4.x, so most likely that's the change you weren't expecting:

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Andrea Schweer
On 05/03/15 10:35, helix84 wrote: > On Wed, Mar 4, 2015 at 8:34 PM, Monika C. Mevenkamp > wrote: >> after the compile I still find WEB-INF/lib/servlet-api-2.5-20081211.jar in >> webapps/*/WEB-INF/lib directories > Sorry for asking the obvious, but did you run mvn clean? Seconding helix84, pretty

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread helix84
On Wed, Mar 4, 2015 at 8:34 PM, Monika C. Mevenkamp wrote: > after the compile I still find WEB-INF/lib/servlet-api-2.5-20081211.jar in > webapps/*/WEB-INF/lib directories Sorry for asking the obvious, but did you run mvn clean? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etique

Re: [Dspace-tech] Registering DOIs with crossref from DSpace

2015-03-04 Thread helix84
Hi Chris, you are correct, DSpace currrently supports only the DataCite and EZID APIs. It doesn't support the CrossRef API yet, but the infrastructure for minting DOIs is already in place, so it should be relatively easy to write a CrossRef class for someone with access to CrossRef API. Here's how

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Monika C. Mevenkamp
Ah - Yikes - Thanks It compiles now after I changed the dependencies to rely on javax.servlet-api Unfortunately this had to be done in all sorts of pom.xml files BUT after the compile I still find WEB-INF/lib/servlet-api-2.5-20081211.jar in webapps/*/WEB-INF/lib directories when I do > ant

[Dspace-tech] Registering DOIs with crossref from DSpace

2015-03-04 Thread Chris Gray
Has anyone managed to automatically register DOIs with crossref from DSpace? What I have found out so far: It looks to me that the DSpace documentation on DOIs [1] won't work with crossref. But crossref is used with DSpace with DOIs based on handles [2]. crossref provides ways to upload metada

[Dspace-tech] XOAI wrong request info

2015-03-04 Thread Claudia Jürgen
Hi all, got a weird effect with oai (DSpace version 4.2 + the latest security patches, oai caching disabled). Validated our site with the Openarchives oai validator after the upgrade to 4.2 and all was ok. Now it complains about the baseUrl not matching http://eldorado.uni-dortmund.de:8080/dspa

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Mark H. Wood
On Wed, Mar 04, 2015 at 03:19:02PM +, Monika C. Mevenkamp wrote: > Thanks Andrea and a follow up question to mvn experts > > My tomcat8 says in its release notes > * servlet-api.jar (Servlet 3.1 API) > so I changed the main pom to say > >javax.servlet >servlet-api >3.1.0 > >

Re: [Dspace-tech] ORCID patch for DSpace 3.2

2015-03-04 Thread helix84
You can see the original ORCID patch here: https://github.com/DSpace/DSpace/pull/612/files I wouldn't attempt to apply it to 3.x. Remember that DSpace 5 had the metadata for all DSOs changes, which are pretty extensive. Moreover, the ORCID feature later received several bugfixes, which are not par

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Monika C. Mevenkamp
Thanks Andrea and a follow up question to mvn experts My tomcat8 says in its release notes * servlet-api.jar (Servlet 3.1 API) so I changed the main pom to say javax.servlet servlet-api 3.1.0 then a couple rounds of unsuccessful mvn package attempts Finally I removed ~/.m2/repo

[Dspace-tech] Batch data change

2015-03-04 Thread Hakan Yanaz
Hi, I want to change document type of all items inserted as "Article" to "article". I do some research about that and the result is : in Postgresql, pgAdmin interface: The "metadata_field_id" of "type" field is "66" in "metadatafieldregistry" table. I can listed all Articles from "metadatavalu

[Dspace-tech] Input Forms Value Pairs

2015-03-04 Thread Hilton Gibson
Hi All Just wondering. Does anybody have an input form value pair for ISO countries that is available on the web publically? See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Submissions/Forms#Definition_of_.3Cvalue-pairs.3E Cheers *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke

[Dspace-tech] maven error

2015-03-04 Thread Lewatle Phaladi
Hi, I am getting the following error, any idea what am I doing wrongly dspace@lcstest:~/dspace-5.0-src-release$ mvn package [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.dspace:dspace-parent:5.0 (/home/dspace/dspace-5.0-s

[Dspace-tech] ORCID patch for DSpace 3.2

2015-03-04 Thread Ruben
Hi all, I'm trying to integrate ORCID into DSpace and I've noticed about his integration in the recent 5.0 version. Now I don't want to upgrade my DSpace version, but I'm interested in this functionality for my 3.2 and I read something about a patch for 3.x and 4.x versions. Someone knows some