[Dspace-tech] Trusted Repositories ?

2013-01-17 Thread Lewatle Phaladi
Complements of the new year to everybody, I have question that I would like to share with you guys in case there is somebody knowing the answer, I would like to know who issues Trusted Repository Certificate, name of institution or their URL For example in case of SSL there is several

[Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi all, is it possible to perform an get request on the OAI interface and using not the handle as identifier? Can i use a field from the metadata scheme like dc.contributor.author? For example that is a working request

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 9:37 AM, marco.we...@kesslernetworks.de wrote: is it possible to perform an get request on the OAI interface and using not the handle as identifier? Can i use a field from the metadata scheme like dc.contributor.author? I'm reading the Unique Identifier chapter of the

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi Helix, ok dc.contributor.author was a bad example. In this case we have a UUID that is unique and i can import it in a field named dc.identifier.uuid. So how can i modify DSpace to allow multiple identifier? I asked this because i had only this idea to get the record i need. Maybe if i

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
That sounds like a valid use case. I think it might be easy: https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-oai/src/main/java/org/dspace/xoai/data/DSpaceItem.java#L67 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread Hilton Gibson
Also see: http://hdl.handle.net/10019.1/3161 On 17 January 2013 11:37, helix84 heli...@centrum.sk wrote: That sounds like a valid use case. I think it might be easy: https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-oai/src/main/java/org/dspace/xoai/data/DSpaceItem.java#L67

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hope i understand you the right way... The only way to get this working is to expand the code? Regards, Marco Zitat von helix84 heli...@centrum.sk: That sounds like a valid use case. I think it might be easy:

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 11:05 AM, marco.we...@kesslernetworks.de wrote: Hope i understand you the right way... The only way to get this working is to expand the code? Yes, certainly. But it doesn't look hard, unless there's something I missed. Regards, ~~helix84 Compulsory reading: DSpace

[Dspace-tech] start-handle-server

2013-01-17 Thread cotanio
Hi all, I'm trying to launch the handle server via the command start-handle-server on a Linux server with the 1.5.2 version of dspace and I get the following exception: Caused by: java.lang.ClassNotFoundException: org.dspace.core.ConfigurationManager at java.net.URLClassLoader $ 1.run

Re: [Dspace-tech] start-handle-server

2013-01-17 Thread helix84
Hi Cotanio, you probably don't have the dspace jar files in your classpath that is used for that command-line script. The directory with the jars is your [dspace]/lib directory. You can edit the start-handle-server script and make sure to add this directory to the classpath, separated by a colon

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread João Melo
Hi marco, if you are using DSpace 3.0, it's also possible do the same with filters which don't require code changes, only configuration changes. On 17 January 2013 10:05, marco.we...@kesslernetworks.de wrote: Hope i understand you the right way... The only way to get this working is to

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi Joao, yes we are using DSpace 3.0. Can you provide me a hint where i can find a documentation of these filters? Or do you mean the media filters? Regards, Marco Am 17.01.2013 12:40, schrieb João Melo: Hi marco, if you are using DSpace 3.0, it's also possible do the same with

[Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread mErRYo
Hi, I am using Dspace 3.0 jspui with two authentication mechanism i.e. password base and ldap base. My password is working fine but my ldap is throwing me warning that No DN found for user. I checked my dspace log and there is no other exception. See my log details below:

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 1:18 PM, marco.we...@kesslernetworks.de wrote: yes we are using DSpace 3.0. Can you provide me a hint where i can find a documentation of these filters? The filters Joao meant are defined and used here:

Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread helix84
The first strange thing from the get-go is that LDAPHierarchicalAuthentication which you're using is no longer in DSpace 3.0, its functionality has been integrated into LDAPAuthentication. So you probably used the old class with the new code. This should work, assuming you compiled it

[Dspace-tech] Dspace upgradation 1.8 to 3.0 Error: log4j:WARN Please initialize the log4j system properly

2013-01-17 Thread praba
Hi, I am testing the Dspace upgradation 1.8 to 3.0, I have done all the procedure to upgrade the version and restarted the tomcat and getting the following error, Jan 16, 2013 4:16:09 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Jan 16,

Re: [Dspace-tech] Dspace upgradation 1.8 to 3.0 Error: log4j:WARN Please initialize the log4j system properly

2013-01-17 Thread helix84
There's no error in what you posted. Post the full today's tomcat log (catalina.2013-01-17.log) and dspace log (dspace.log.2013-01-17) as an attachment. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace upgradation 1.8 to 3.0 Error: log4j:WARN Please initialize the log4j system properly

2013-01-17 Thread Thornton, Susan M. (LARC-B702)[LITES]
We get the following 2 warning messages in our web server log every time we start or restart our web server. As a matter of fact, I just restarted our web server (we use IPlanet) and voila – there they are. Someone once explained why it was appearing and that it benign, but I can’t remember the

Re: [Dspace-tech] Trusted Repositories ?

2013-01-17 Thread Lana, Amy
Hi Lewatle, If you're talking about the Trusted Repositories Audit and Certification (TRAC) process, it's a collaborative project of the RLG, U.S. National Archives and Records Program, Nestor, and the U.S. Center for Research Libraries (CRL). More information about the program and the

[Dspace-tech] How customize v 3.0 Discovery search filter drop-down labels

2013-01-17 Thread Charles Kinney
A small thing: how do I customize the labels displayed in the drop-down list in Advanced Search? The search indexes themselves are OK; I would like to change at least Subject in the current list of: Title, Author, Subject, Date issued. Thanks. *Environment:* OS:Mac OS X 10.7.5 (Lion)

Re: [Dspace-tech] DSpace as an authority control for authors

2013-01-17 Thread Nemiz, Elvi
Hello helix, Thanks for your response. I would like to know if how can I make our repository as an authority file, specifically I want to use SampleAuthority plugin to lookup to existing names with authority. If it's not that complicated, where would I put your suggested sql query in

Re: [Dspace-tech] DSpace as an authority control for authors

2013-01-17 Thread Andrea Schweer
Hi Elvi, On 18/01/13 16:19, Nemiz, Elvi wrote: Thanks for your response. I would like to know if how can I make our repository as an authority file, specifically I want to use SampleAuthority plugin to lookup to existing names with authority. If it's not that complicated, where would I put