Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread Marco Tomassini
Hallo. Many thanks to Hilton, Emilio and helix84 for their valuable informations. We have now the correct qdb crosswalk process from our dspace installation but unfortunately it seems the platform (Primo by Ex Libris) doesnt't support it. Best regards marco Il 08/07/2014 09:47, helix84 ha sc

Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread Hilton Gibson
On 9 July 2014 10:36, Marco Tomassini wrote: > We have now the correct qdb crosswalk process from our dspace installation > but unfortunately it seems the platform (Primo by Ex Libris) doesnt't > support it. ​The typical interoperable problem with proprietary systems! See: http://wiki.lib.sun.a

Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread helix84
On Wed, Jul 9, 2014 at 10:36 AM, Marco Tomassini wrote: > We have now the correct qdb crosswalk process from our dspace installation > but unfortunately it seems the platform (Primo by Ex Libris) doesnt't > support it. Don't give up just yet. It can be done (see e.g. [1]) and I'm pretty sure it w

Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread emilio lorenzo
I think primo from ex-libris supports OAI-PMH harvesting (at least recent versions, there are some examples of primo integration with repositories, on google) The important thing is to know wich schema is expecting Primo for harvesting and adapt the exposed metadata from Dspace to that specific

Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread Marco Tomassini
Il 09/07/2014 11:10, helix84 ha scritto: On Wed, Jul 9, 2014 at 10:36 AM, Marco Tomassini wrote: We have now the correct qdb crosswalk process from our dspace installation but unfortunately it seems the platform (Primo by Ex Libris) doesnt't support it. Don't give up just yet. no, we don't :-

Re: [Dspace-tech] OAI-PMH HARVESTING. HELP REQUEST

2014-07-09 Thread helix84
I can't check whether Primo supports the qdc metadataPrefix because I forgot my EL docportal credentials. If it does, the problem is now on Primo side so it's best bet for you to work with your EL vendor. But in general, by the OAI-PMH 2.0 specification, the only mandatory profile is oai_dc, so I

[Dspace-tech] Code for Lib addon for DSpace

2014-07-09 Thread Lewatle Phaladi
Dear All, I would like to do test on code for Lib add-on for DSpace software, is there anyone who would like could share with me links or documentation to enable this add-on. Regards; Lewatle This communication is intended for the addressee only. It is confidential. If you have received thi

[Dspace-tech] Dspace 4.1. - dspace create-administrator

2014-07-09 Thread Jaco Lins (UEL)
Dear all, I am installing dspace 4.1. When I run the command c:\ dspace\dspace-4.1-release\dspace\bin> dspace create-administrator occurs the following error: Error: Could not find or load main class org.dspace.app.launcher.ScriptLauncher Can anyone help? Thanks, Jaco --

Re: [Dspace-tech] DSpace 4.1 slow to submit/edit/delet item

2014-07-09 Thread Bill Tantzen
I have noticed similar response issues, and in fact I posed a similar question some time ago. The question I had refers to the code in IndexEventConsumer.java at line 170 and 184. The commit parameter in the calls to indexContent() here (and only here) is set to true. Since solrconfig.xml has aut

[Dspace-tech] system emails

2014-07-09 Thread Bill Tantzen
All, In DSpace 4.1, xmlui, is there a way to customize system email messages on a per-collection or per-community basis? Or are the files in config/emails the sole, global source of these messages? Thanks -- Open source

Re: [Dspace-tech] Conditional displaying of meta information when submitting content

2014-07-09 Thread Monika Mevenkamp
Andy, You may not need to do anything special. In the JSPUI and I expect also in XMLUI, item pages show only metadata fields with values. So it is OK to define all sorts of metadata fields. If you do set them only on certain types of items they will show up on their item pages but never on pa

Re: [Dspace-tech] Dspace 4.1. - dspace create-administrator

2014-07-09 Thread Monika Mevenkamp
Jaco what is your DSPACE installation directory ? It is defined as /dspace by default in the dspace.dir variable inside your dspace.cfg file. The installed code should be found in the bin directory in that installation directory. There are two steps to installing dspace, build with maven and

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Hi Bryson, Just to clarify, have you seen the official 4.x documentation for setting up Shibboleth at: https://wiki.duraspace.org/display/DSDOC4x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication The official docs go into some detail as to how you can configure Apache + Tom

Re: [Dspace-tech] Code for Lib addon for DSpace

2014-07-09 Thread Tim Donohue
Hi Lewatle, I'm not sure what add-on you are talking about. Code4lib (often pronounced: code for Lib) is actually an informal community/organization, see http://code4lib.org/ So, I'm not aware of any DSpace 'add-on' associated with the code4lib community, unless maybe you are referencing an a

[Dspace-tech] Problem with mvn package under debian 6 and dspace 4.1

2014-07-09 Thread Alexander Mackenzie
doing mvn -version Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T09:21:42-04:30) Maven home: /opt/apache-maven-3.2.2 Java version: 1.6.0_31, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-openjdk/jre Default locale: es_VE, platform encoding: UTF-8 OS name:

[Dspace-tech] Community admins cannot move item if core.authorization.community-admin.item.delete in dspace.cfg is false

2014-07-09 Thread Robbins, Seth David
Hi all, We, at IDEALS, recently upgraded our DSpace version from 1.5.2 to 3.2, and for continuity we decided to prevent community and collection level admins from deleting items using the delagation settings in dspace.cfg. This causes the delete button in the administrative Item status form to b

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Duda, Bryson
Hi Tim, Yes, that wiki page is the one I used while doing the configuration. Sorry, I should have clarified that. I also looked at a number of pages on the Shibboleth wiki that seemed relevant, such as this one (https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig), but so

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Hi Bryson, If you are using the "mod_proxy" to forward to Tomcat, you might want to ensure you have this setting enabled (which is commented out in the official docs example). It ensures Shibboleth requests are not redirected to Tomcat accidentally # Finally, you may need to ensure requests to

Re: [Dspace-tech] Conditional displaying of meta information when submitting content

2014-07-09 Thread emilio lorenzo
Andy, I´m not very sure about your question, but from DSpace 3, there is aType-based submissions (show or hide submission fields based on type of content). Depending

Re: [Dspace-tech] Dspace 4.1. - dspace create-administrator

2014-07-09 Thread royopa
Hi Jaco Try reinstall the DSpace. Check this slide to instructions to install in Windows (pt_BR). http://www.slideshare.net/royopa1/instalao-dspace-4x-windows-35874835 Regards Rodrigo On 9 July 2014 11:56, Monika Mevenkamp wrote: > Jaco > > what is your DSPACE installation directory ? It is

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Duda, Bryson
Thanks for your help so far, Tim! Do you also use the "ProxyPass / ajp://localhost:8080/" line mentioned in the comments as well, then? My understanding was that that line is needed to get the request over to Tomcat (where Dspace resides), but I could be mistaken. Bryson -Original Message-

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Hi Bryson, Yes, in forwarding from Apache to Tomcat, I setup an Apache VHost as follows (this is just the HTTPS one..I have an HTTP VHost which just redirects to HTTPS) ServerName mydspaceurl.org # As long as Shibboleth module is installed #Enable all Shibboleth related setting

[Dspace-tech] Home page title different than breadcrumb?

2014-07-09 Thread lagignac
Hi! I tried to change the "Home" title by a more usefull title: "Papyrus - Université de Montréal" (name of the repository and institution). Now it appears in the breadcrumb, but I want it to keep "home" because "Papyrus - Université de Montréal" is too long. Is it possibible ? Note: I'm working

Re: [Dspace-tech] Replication Task Suite problem

2014-07-09 Thread Tim Donohue
Hi Alain, Unfortunately, this seems to be an annoying SSL certificate issue with the certificate installed on https://m2.duraspace.org/ (which is where the DuraCloud JARs are pulled down via Maven). There is a workaround, but it involves having to manually install the GoDaddy certificates in

[Dspace-tech] OAI Modification Question

2014-07-09 Thread Matthew Sherman
Hi all, We are in the midst of our DSpace upgrade and I wanted to make sure our collections can properly export using OAI-PMH. We use mostly qualified Dublin Core, which I know it is already set up to deal with, but prior to my starting they implemented a few custom fields to Dublin Core that I n

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Duda, Bryson
Thanks so much, Tim, I was able to get it working! I was using port 8080 as the AJP port in the VHost instead of 8009. Once I changed the setting, it worked without any problems. The comment near the bottom of the sample virtual host settings on the wiki threw me off (it mentions port 8080), but

Re: [Dspace-tech] Conditional displaying of meta information when submitting content

2014-07-09 Thread Andy Kirkyla
Dear Emilio and Monika, I trust all is well. Thank you very much for your responses. Emilio that is exactly what I was looking for. Thanks. Andy On Wed, Jul 9, 2014 at 12:11 PM, emilio lorenzo wrote: > Andy, > I´m not very sure about your question, but from DSp

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Glad to hear it! I've cleaned up the docs slightly in that confusing area...fixed the example to list the default Tomcat AJP port of 8009 (instead of 8080). - Tim On 7/9/2014 3:09 PM, Duda, Bryson wrote: > Thanks so much, Tim, I was able to get it working! I was using port 8080 as > the AJP po

Re: [Dspace-tech] DSpace 4.1 Installation On Mac

2014-07-09 Thread Odili Charles Opute
I am trying to install DSpace 4.1 on my Mac running Mavericks and I have completed the steps (from the online docs) up ant fresh_install. The next thing I am required to do is to create a DSpace user using dspace create-administrator but this is failing. From the installation folder (where ant fres

[Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-09 Thread Vinay Kumar Sharma
Dear All, I have just installed Dspace 4.1 and now configuring email account in Dspace. In this connection following changes I have made in email settings. But still it is not working. # Email settings ## mail.server = *smtp.gmail.com * mail.server.username = *v

[Dspace-tech] mvn installation problems with 4.1

2014-07-09 Thread Sean Carte
I've been trying to upgrade from DSpace 3.2 to 4.1 on Ubuntu 12.04. I edited the main pom.xml so that I'm using https://oss.sonatype.org/content/repositories/releases I deleted the ~/.m2 directory. I've tried this on three different machines, and even tried installing 4.0, which used to work. W