[Dspace-tech] 3rd party jar installation error in xpdf

2014-03-24 Thread Amruta Patil
Dear All, I am getting error while try to install 3rd party jar for xpdf in dsapce #mvn install:install-file -Dfile=/jai_imageio-1_1/lib/jai_imageio.jar -DpomFile=/home/dspace4/dspace-4.1-src-release/dspace/pom.xml -DgroupId=com.sun.media \ -DartifactId=jai_imageio \ -Dversion=1.0_01 \ -Dpackagin

Re: [Dspace-tech] Assetstore or PDF's not visible on collection

2014-03-24 Thread badboy
Do you have run the command? [dspace]/bin/dspace index-discovery -f chenhe -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Wri

Re: [Dspace-tech] DS-1046

2014-03-24 Thread Bill Tantzen
Has there been any development here as of DSpace 4.1? Is the 'Export Metadata' still only available to Admins? Thanks! Bill -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new g

Re: [Dspace-tech] Linking from DSpace Object to External URL

2014-03-24 Thread Pennington_Stacy
Hardy and everyone else interested, Thanks to Andrea Bollini, George Kozak, and Monika Mevenkamp for the ideas. I ended up choosing Andrea's to try first, and I think it may work best for our needs. To implement Andrea's idea, you simply select a Dublin Core metadata field (I chose dc.relation

Re: [Dspace-tech] Eperson cannot be deleted

2014-03-24 Thread Claudia Jürgen
Hello Monika, check the item table for the submitter_id, SELECT * FROM item WHERE submitter_id=[Id of the EPerson you want to delete]; Hope this helps Claudia Jürgen Am 24.03.2014 16:32, schrieb Monika C. Mevenkamp: > I get the following error > > Cannot Delete EPerson > > The EPerson XXX can

[Dspace-tech] Eperson cannot be deleted

2014-03-24 Thread Monika C. Mevenkamp
I get the following error Cannot Delete EPerson The EPerson XXX cannot be deleted because a reference to it exists in the following table(s): * item What is my best route to finding what Item this is ? Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington

Re: [Dspace-tech] Spring and EventService

2014-03-24 Thread Andrea Bollini
It is a frontend service so you need to place it in your favourite frontend project (jspui or xmlui) /WEB-INF/spring/applicationContext-custom.xml is your org.my.EventListner a subclass of org.dspace.usage.AbstractUsageEventListener ? otherwise you need to implement the event listner registratio

Re: [Dspace-tech] Exporting Bags

2014-03-24 Thread Richard Rodgers
Hi Nathan: Not sure I have one lying around, but the bag contents are pretty simple: All bags have a payload file 'object.properties' that contains the object type (Item, collection, community), the handle, and the parent handle. They also have a payload file called 'metadata.xml' that has what

Re: [Dspace-tech] Linking from DSpace Object to External URL

2014-03-24 Thread Monika C. Mevenkamp
Stacy It sounds like you have the url to the Dakota URL already stored as metadata on your DSPACE instance and you have your item pages setup to show the url - ready for cut-and-paste, all you want is turn the url into a link You could write a javascript function itemDisplayDoctor and add it to

[Dspace-tech] Assetstore or PDF's not visible on collection view (dspace 4.1)

2014-03-24 Thread Lewatle Phaladi
Dear DSpace Team, I have upgraded from dspace 3.2 to 4.1 https://wiki.duraspace.org/display/DSDOC4x/Upgrading+From+3.x+to+4.x I have also done step 6 b updating database schema with the following results : psql --user xx -h 101.121.1.13 -f /dspace/src/dspace-4.1-src-release/dspace/etc/post

[Dspace-tech] Spring and EventService

2014-03-24 Thread Christian Scheible
Hi together, I would like to write and register my own listener. I extended AbstractUsageEventListener and now I'm searching for the correct spring file to add my listener configuration (from DSpace docu https://wiki.duraspace.org/display/DSPACE/DSpace+Services+Framework Configuring Event Lise

Re: [Dspace-tech] Fwd: Search filter with displayed values

2014-03-24 Thread Hilton Gibson
Hi Victoria Perhaps these will help. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Browse_Indexes/3.2 http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Discovery/3.2 Regards hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private B

[Dspace-tech] xpdf installation command

2014-03-24 Thread Amruta Patil
Dear All, I install dspace 4.1 on my local server ubuntu 12.04. i want to configure xpdf in my dspace but i can't understand whatever written in manual.can you please explain exact command should i run. for e.g i can't understand how below command should run on my terminal. mvn install:install-fi