Re: [Dspace-tech] Append bitstream to existing item

2010-03-15 Thread Kostas Maistrelis
On Sun, 14 Mar 2010 19:11:16 -0400 Richard Rodgers rrodg...@mit.edu wrote: Hi all, Gary, in case the ItemUpdate tool doesn't suit you, you could try a groovy script I've written (it updates the database, directly). If you are interested, I could send it so that you give it a try. Hi Gary:

[Dspace-tech] Dspace help

2010-03-15 Thread Kumara SS
Hi all, I have installed dspace-1.6.0-src-release on mac os x 10.4. But when i go to localhost:8080/jspui or localhost:8080/dspace, i am getting HTTP Status 404 error. Apache tomcat 5.5.28 is also working fine and java 1.5 is installed. I have installed apache maven-2.2.1 and got

Re: [Dspace-tech] Dspace help

2010-03-15 Thread Hilton Gibson
Hi Kumara Sounds like Apache Jakarta is not redirecting to the Apache2 Tomcat55 server. See: http://ir.sun.ac.za/wiki/index.php/Prepare_Ubuntu#Step_6._Setup_Apache2_Tomcat_5.5_Jakarta_Connector Cheers hg. On 15 March 2010 10:01, Kumara SS kumarass2...@gmail.com wrote: Hi all,  

Re: [Dspace-tech] Dspace help

2010-03-15 Thread Oriol Olivé Comadira. Biblioteca UdG
Hi Kumara SS, It was a not found error. You've edited server.xml? Else you can copy webapps dirs inside tomcat webapps dir. Best, Al 15/03/2010 09:01, En/na Kumara SS ha escrit: Hi all, I have installed dspace-1.6.0-src-release on mac os x 10.4. But when i go to localhost:8080/jspui or

[Dspace-tech] --notify argument not recognized by DSpace 1.6.0

2010-03-15 Thread Karo Salminen
Hi, it seems like long form of notify option is not implemented in DSpace 1.6.0. Here's the command and the error I got: sh-3.2$ /dspace/bin/dsrun org.dspace.app.itemimport.ItemImport --add --notify --workflow --eperson dsp...@tester4-kktest.lib.helsinki.fi --collection 123456789/6 --source

Re: [Dspace-tech] --notify argument not recognized by DSpace 1.6.0

2010-03-15 Thread Claudia Jürgen
Hello Karo, this is a discrepancy between code and documentation -n or --notification is the coded option whereas the option in the documentation is listed as: -n or --notify Kicks off the email alerting of the item(s) has(have) been imported As the other options use the verb form -a add etc.

Re: [Dspace-tech] Dspace - preview content

2010-03-15 Thread konstantinos mpalasis
Hi Stuart, that's exactly what i was looking for ! Thank you! Can you help me with smth else? From the page you send me - http://peterpants.blogspot.com/2010/02/document-preview-in-dspace-using-google.html i went to - http://wiki.dspace.org/index.php/Document_Preview_with_Google_Docs_viewer

Re: [Dspace-tech] LDAP testing

2010-03-15 Thread Hossein Hamam
Hi Stuart, Thanks again for your help and advice. It still returns that NO DN for the logging in user. What might be the reason? Is there anything wrong in the way I define the OU path? Also, locally created users are no longer able to login. LDAP Settings: ldap.enable = true

Re: [Dspace-tech] Dspace - preview content

2010-03-15 Thread Peter Dietz
To apply the code change, either manually make your code look like what I write in the wiki, or use a patch I just uploaded. In the spirit of RERO, here's the quick-and-dirty patch for jspui: http://wiki.dspace.org/static_files/d/d4/DocumentPreviewJSPUI.patch

Re: [Dspace-tech] Collection level Item Template to try to add a default metadata value to new items in a collection

2010-03-15 Thread Sobieralski, Damian Michael
No ideas? -Original Message- From: Sobieralski, Damian Michael Sent: Monday, March 08, 2010 12:20 PM To: 'dspace-tech@lists.sourceforge.net' Subject: Collection level Item Template to try to add a default metadata value to new items in a collection Hello group. I am trying to

Re: [Dspace-tech] Collection level Item Template to try to add a default metadata value to new items in a collection

2010-03-15 Thread Dorothea Salo
I got nothin' here. I've done what you describe, and it worked the way you want it to work. (This ended up annoying one of my content providers, but that was purely MY fault.) One possibly-clueless suggestion: are you absolutely sure the value isn't there? Have you checked the full item view and

Re: [Dspace-tech] Collection level Item Template to try to add a default metadata value to new items in a collection

2010-03-15 Thread Caryn Neiswender
My experience is the same as Dorothea's. It worked very well for our instance of DSpace. Here's a possibly silly question... You're using the web submission process, right (in other words, not bulk import, or some other process)? Default values are only inserted if you're going through the

Re: [Dspace-tech] authorizing access to metadata

2010-03-15 Thread Platt, Alice
Hi Jamil, I am able to do this in DSpace 1.5.2 in the XMLUI, after the item has been added to DSpace: Go to item record Click Edit This Item Click the Authorizations button At the Item Level (the top level), click the READ link Select the group you wish to have access - for me it was

[Dspace-tech] Webinar with 1.6 overveiw on Wed Mar 17

2010-03-15 Thread Valorie Hollister
Apologies for the cross-posting. Just a reminder that the What’s New in Fedora 3.3 and DSpace 1.6? webinar is this Wednesday, March 17. See full description and registration info below. Valorie Hollister Director of Community Development, DSpace Project DuraSpace vhollis...@duraspace.org

Re: [Dspace-tech] --notify argument not recognized by DSpace 1.6.0

2010-03-15 Thread Mark Diggory
I'll also comment you'll want to use the dspace CLI script to launch executions rather than dsrun as the DSpace services framework need to be started properly before updates happen to services. Comment to the developers... We rather missed this in our architecture of the new execution

Re: [Dspace-tech] --notify argument not recognized by DSpace 1.6.0

2010-03-15 Thread Mark Diggory
Now a ticket: http://jira.dspace.org/jira/browse/DS-516 -- Mark R. Diggory Head of U.S. Operations - @mire http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get t...@ther

Re: [Dspace-tech] DSpace-tech Digest, Vol 47, Issue 44

2010-03-15 Thread Sobieralski, Damian Michael
Dorothea, I'm positive that the value isn't there as I've looked at both the detailed view via xmlui as well as in the database table metadatavalue. It's actually dc.type that I am trying to auto stamp as I am using a collection per type and I'd like the type just stuck in there for new

Re: [Dspace-tech] DSpace-tech Digest, Vol 47, Issue 44

2010-03-15 Thread Caryn Neiswender
Hi, Damian~ Two thoughts... First, the out-of-the-box input-forms.xml includes a value-pairs set at the end of the form. Make sure that the value that you want is one of the stored-value. Second, and there might be a better way to trouble-shoot this, but I would try adding the dc.type

Re: [Dspace-tech] DSpace-tech Digest, Vol 47, Issue 44

2010-03-15 Thread Dorothea Salo
That is truly bizarre; dc.type is what I most commonly default, and it's always worked fine for me (though I've been bitten by case-sensitivity once or twice). The only thing I can think of is to check input-forms.xml to be sure dc.type is still in there for those collections? (Though it honestly

Re: [Dspace-tech] Dspace - preview content

2010-03-15 Thread Peter Dietz
There are no published API's for doing fancy things with the Google Document Viewer, such as display page 15. All I know of is: ?url= If there is a tool/filter that can convert each page of your PDF to a jpeg, you could display those single page images as the bitstream. You wouldn't need this