[Dspace-tech] R: R: R: Mirage 2

2015-02-06 Thread Massimiliano Cilurzo
Dear Andrea, We have used this command mvn clean package -P \!dspace-jspui,\!dspace-lni,\!dspace-rest,\!dspace-swordv2,\!dspace-sword,\!dspace-oai,\!dspace-rdf -Dmirage2.on=true as dspace user and before this we have changed always as dspace user the git config : git config

Re: [Dspace-tech] Embargoed items

2015-02-06 Thread Terry Brady
I do not know how to gather this information without querying the database. Since an embargo can be set via a policy restriction rather than in metadata, I would be cautious about querying the metadata fields. Restricted Items SQL

Re: [Dspace-tech] Java errors when bath importing a collection

2015-02-06 Thread Terry Brady
Is this happening for any item that you try to create, or is it only happening for this particular item? Are you experiencing this error when submitting an item through the UI? I have not seen this error before. Is it possible that your input metadata is attempting to assign a dc.identifier.uri

[Dspace-tech] R: Bookreader (openlibrary) and videoplayer

2015-02-06 Thread Massimiliano Cilurzo
Dear Bruno, Thank you for your help. Let me know your progress. Now we are at the begin and we are choosing which route is the best for us. Are you using Jspui or Xmlui? Best regards Massimiliano -Messaggio originale- Da: Bruno Zanette [mailto:brunonzane...@gmail.com] Inviato: giovedì

[Dspace-tech] Embargoed items

2015-02-06 Thread Guillermo Esteban Murillo Goussen
Hi folks! Quick question: Is there a way to list all the embargoed items or I'll have to dive into the database? Thanks a lot, Guillermo Murillo Goussen Universidad de Costa Rica www.kerwa.ucr.ac.cr -- La pureza del alma no se pierde sin consentimiento

[Dspace-tech] Java errors when bath importing a collection

2015-02-06 Thread Jeffrey A Trimble
We are receiving a unique error when batch importing a collection. Please see below. I believe it is related to a previous handle glitch we’ve seen. We’d like some advice. It’s trying to use a handle already in use. But how can that be? This is brand new to the system. Is there a

Re: [Dspace-tech] integrity error on file uploads

2015-02-06 Thread Donald I Macdonald
Replying to myself in case anyone else should find this helpful: I traced the problem to a section in org/dspace/submit/step/UploadStep.java that has to do with the file description string. As far as I could tell, the program was trying to add a file description string to a null

Re: [Dspace-tech] Bookreader (openlibrary) and videoplayer

2015-02-06 Thread Bruno Zanette
We are using REST-API. It's an request/response based interface (not a visual interface) that has been fully implemented on DSpace 5. (Dspace 4 only accepts GET requests.). For more information: [1] and [2] We chose it because we want something very customizable, for example commentaries for each

Re: [Dspace-tech] Embargoed items

2015-02-06 Thread Collier, Aaron
Hey Guillermo, I query SOLR to get this data for a validation script that I wrote: http://localhost:24091/solr/search/select/?q=dc.date.embargountil:*fl=handle,dc.date.embargountilrows=100wt=json This makes it pretty easy to parse in PHP and do pretty much anything you need with the data.