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 dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version3.1.0/version /dependency then a couple

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

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 dependency groupIdjavax.servlet/groupId

[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

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

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 moni...@princeton.edu 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

[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

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 artifactIdjavax.servlet-api/artifactId 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

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 moni...@princeton.edu 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

Re: [Dspace-tech] XOAI wrong request info

2015-03-04 Thread helix84
On Wed, Mar 4, 2015 at 7:46 PM, Claudia Jürgen claudia.juer...@ub.tu-dortmund.de 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

[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: pre id=stacktracejava.net.ConnectException: Connection

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.

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

[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 metadatavalue table