[Dspace-tech] Dspace 4.2 Issue

2015-06-15 Thread Wasefer Zaman
Hi, Whenever we click on the "By Issue Date, Authors, Titles, Subjects" menu under "Browse" from left side, we are getting the following error. Please help. With regards, Wasefer Zaman -- ___

[Dspace-tech] OAI behind a proxy

2015-06-15 Thread Domingo Iglesias
Hi, Our dspace box is behind a proxy, so the public name of the repository ( diposit.ub.edu) differs from the name of the box dspace is running, that is not accessible from internet. What is the best way to customize the oai module in order to build the response pages with the public repositor

[Dspace-tech] OAI behind a proxy

2015-06-15 Thread Domingo Iglesias
Hi, Our dspace box is behind a proxy, so the public name of the repository ( diposit.ub.edu) differs from the name of the box dspace is running, that is not accessible from internet. What is the best way to customize the oai module in order to build the response pages with the public repositor

[Dspace-tech] Fwd: How to search items by metadata using REST API?

2015-06-15 Thread Kim Shepherd
Hi all, This reminds me of a related issue I was thinking about the other day - as the REST API evolves and starts to see production use, we might want to think about versioning it somehow, keeping support for previous schemas/endpoint functionality, etc (within reason) so that we don't break exis

[Dspace-tech] metadata fields for google cholar

2015-06-15 Thread IdeaFix
Hi. Wich metadata fields are recommended to me used for google metadata fields, such as "citation_firstpage", "citation_lastpage" or "citation_conference"? Is it good way to make my own metadata registry (for example, "local") and make fields "local.conference.name", "local.conference.date"

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-06-15 Thread Terry Brady
Alan, The following PR has some code that will search metadata via the API: https://github.com/DSpace/DSpace/pull/954 I am also on 4.3, so this code is compatible with DSpace4.3. Terry On Thu, Jun 11, 2015 at 5:58 AM, Alan Orth wrote: > Ah, it seems the `/rest/items/find-by-metadata-field` en

Re: [Dspace-tech] Repec export

2015-06-15 Thread Stuart Yeates
We have a highly-customised version of the same script which I believe has this defect fixed. http://researcharchive.vuw.ac.nz/local/RePEc/dspace2redif.pl This version of the script also does some quality control checking and squawks if the metadata doesn't meet the RePEc minimums (which usuall

[Dspace-tech] ldap configuration on windows

2015-06-15 Thread Saidy Binta
Hi everyone, I install dspace on my machine as a test instance for own institutional repository. I want to configure ldap login but it not working. Kindly help. Regards Binta DISCLAIMER: This message is private and confidential. If you have received this messa

Re: [Dspace-tech] DSpace questions on StackOverflow?

2015-06-15 Thread Tim Donohue
Hi Susan, Either StackOverflow or dspace-tech are fine, to be honest. It's mostly a matter of preference. But, it's also worth noting that StackOverflow tends to encourage questions that are more "development oriented"..e.g. "How do I do this in DSpace?" or "I'm trying to do this, but it's not

Re: [Dspace-tech] How to alter word 'DSpace' with another desired word

2015-06-15 Thread Monika C. Mevenkamp
You need to edit the message catalog see Where to find the message catalog for XMLUI or Where to find the message catalog

[Dspace-tech] DSpace questions on StackOverflow?

2015-06-15 Thread Borda, Susan
Hi- I was at the Open Repositories conference last week and there was some mention of asking questions on StackOverflow rather than in the list. Is StackOverflow the preferred place for questions? Thanks, susan - Susan Borda Digital Technologies Development Librarian Montana State University Lib

Re: [Dspace-tech] discovery facet by collection

2015-06-15 Thread Pablo Buenaposada
I'm using the configuration of a filter that works ok, so seems that no bad configuration could affect here, any hint? -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678364.html Sent from the DSpace - Tech mailing list archive at Na

Re: [Dspace-tech] Question Rest Javadoc

2015-06-15 Thread helix84
Hi Paul, there certainly is some JavaDoc for classes under org.dspace.rest in DSpace 5 as you can see here: http://demo.dspace.org/javadocs/5/apidocs/ Perhaps you ran "mvn javadoc:javadoc" in ~/dspace-src/dspace-rest/ ? Try running it in ~/dspace-src/ instead. Regards, ~~helix84 Compulsory rea

Re: [Dspace-tech] Ordering community& collection listings

2015-06-15 Thread Pablo Buenaposada
For collections I think the best way is to modify the sql query of the function that returns all the collections. This function is located here https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/content/Community.java#L661 so playing with the sql clause ORDER BY you ca

[Dspace-tech] Question Rest Javadoc

2015-06-15 Thread Paul Kloss
Hello everyone, I have a little question on how to compile the Javadoc of the Dspace-Rest-API. The command "mvn javadoc:javadoc" (as described in https://wiki.duraspace.org/display/DSDOC5x/REST+API) does not create the commentaries from the classes in org.dspace.rest. Is that a bug or did I do s

Re: [Dspace-tech] Shibboleth and role based groups?

2015-06-15 Thread Michael White
Thanks Tim, > You might be hitting this bug: > > https://jira.duraspace.org/browse/DS-2527 Yes, it does look like what I'm experiencing, but I've tried the fix and it didn't seem to do the job for me - I uncommented the following in dspace.cfg: org.dspace.content.Collection.findAuthorizedPerfo

[Dspace-tech] Idle In Transaction Problem

2015-06-15 Thread Joseph Greene
Hi, This may have been fixed in more recent versions of DSpace; we're on 1.8.2. I'd been getting this problem a lot, to the point where our tomcat was shutting down about once a week. https://wiki.duraspace.org/display/DSPACE/Idle+In+Transaction+Problem I wrote a script to try and find what DSpac

[Dspace-tech] Repec export

2015-06-15 Thread TAYLOR Robin
(Apologies for cross-posting) Hi all, We run a Perl script (dspace2redif.pl) periodically that uses OAI-PMH to generate a file which we use to update http://repec.org/. I've forgotten the origins of the script but it was downloaded and I believe is used at other sites. Anyway, we recently upgr