Re: [Dspace-tech] Generating Serial Numbers for Documents

2007-02-21 Thread Jim Downing
Hi Jasoom, jasoom jj wrote: How do I make DSpace give each document a serial number as it is submitted by my list of submitters in my community? For example, the first document submitted, I want it to have the serical number: TR-2007-51 and increment from there can this be done? I am

Re: [Dspace-tech] dsapce security: block login after a series of unsucessful login attempts

2007-02-21 Thread Jim Downing
nina joseph wrote: Hi all, I want to block the login after 3 unsuccessful login attempts. Can somebody suggest me how to do that with dspace? Or in which file I can write a code to handle that? One way of doing it: - Modify org.dspace.app.webui.servlet.PasswordServlet.java, adding a

[Dspace-tech] Adding DC-fields to Preview Task and Perform Task

2007-02-21 Thread Heine Didriksen
Hi, Our users want to add some new DC-fields (Author and Subject) to the Preview Task and Perform Task overviews. I am having trouble figuring out where to make these changes. Can anybody help me out? We are running Dspace 1.4.1 on RHEL4. Sincerely, Heine Didriksen, Norwegian

Re: [Dspace-tech] Implementing OAI-PMH as a Data Provider

2007-02-21 Thread Graham Triggs
Yes - I would suggest that the endorsed file was an attempt to copy a jar file into an endorsed directory - but as the directory didn't exist at the time, it just created a file called endorsed. You might want to try renaming that file to something.jar, opening it (ie. expanding it), and see what

[Dspace-tech] Implementing OAI-PMH as a Data Provider

2007-02-21 Thread Brian Helstien
I'm also trying to get OAI-PMH functional. I AM using tomcat and am sort of getting responses. Solaris 9/Dspace 1.3.2/Oracle 9i. Using http://re.cs.uct.ac.za/ pointed to my .../dspace-oai/request, I get a number of errors, such as the following; (4) Testing : ListSets URL :

[Dspace-tech] OAI-PMH is now working on our site!

2007-02-21 Thread Sue Walker-Thornton
Thanks again to all the help Graham and Tim gave me with trying to implement OAI-PMH on our DSpace site! I just tested the following command and it worked! http://our-internal-site/dspace/dspace-oai/request?verb=ListRecordsmetadataP efix=oai_dc Sue Walker-Thornton NASA

[Dspace-tech] Audio and video bitstreams

2007-02-21 Thread Mark H. Wood
We continue to get requests for support of audio and video. For longer audio documents, and video of almost any length, the average user isn't going to want to sit watching the thing download and his storage fill up; he's going to expect streaming access that starts almost immediately. This

Re: [Dspace-tech] Implementing OAI-PMH as a Data Provider

2007-02-21 Thread Tim Donohue
Brian, The lines of direct importance that I can see from the last 100 is: java.lang.NullPointerException at org.dspace.core.Utils.addEntities(Utils.java:261) This looks to be errorring out on this line in the addEntities() method of Utils.java: value = value.replaceAll(, amp;); In

Re: [Dspace-tech] Audio and video bitstreams

2007-02-21 Thread John Preston
I had the same problem recently in trying to support mpg movies which I wanted users to be able to view in streaming mode. What I did was submit the mpg file to DSpace in the normal way. Then in a cron job I run a version of media filter that reads all bitstreams and if any are movies, then I

Re: [Dspace-tech] Reindexing vs Tomcat running

2007-02-21 Thread Jose Blanco
Graham: I just wanted to let you know that your patch has been working now for a week successfully. We are not getting any more errors while the indexer runs. I hope this patch will become part of the next release, since I think the sort of errors I was seeing are not that rare - especially for

Re: [Dspace-tech] CanĀ“t see diacritics in WebUI

2007-02-21 Thread Graham Triggs
Hi Rafa, We run into pretty much the same issue ourselves - we're hosting for institutes across Europe, and so are starting to see requirements for all sorts of characters to be stored. This is whilst using on Oracle 10 database that is set for ISO-8859-1. Currently, we can't do anything about

[Dspace-tech] simple and fast submit

2007-02-21 Thread majx
Hi dsapce-tech, We want to simplefy the submit procedure for the researcher in just 2 or 3 steps. That means integrate the edit metadata steps,upload file and license in one steps,and then verify and complete what a researcher submit. Is there any one carry out similar function? How to do

Re: [Dspace-tech] Audio and video bitstreams

2007-02-21 Thread Mark Diggory
Darwin seems a great OS solution for Real Time Streaming. But, I'd just like to point out that theres a big difference between realtime streaming and the video starting before its finished downloading (something that quicktime supports without a real time streaming server). For instance

[Dspace-tech] Fwd: upgrading dspace from 1.3.2 to 1.4

2007-02-21 Thread rudra chandana
-- Forwarded message -- From: rudra chandana [EMAIL PROTECTED] Date: Feb 21, 2007 6:32 PM Subject: upgrading dspace from 1.3.2 to 1.4 To: [EMAIL PROTECTED] I ve installed a new dspace 1.4,and its successfully running. already i ve databse stored on dspace1.3.2 on a different

Re: [Dspace-tech] Audio and video bitstreams

2007-02-21 Thread j.g. pawletko
Hello Mark D., For my project we need to use a streaming solution due to rights restrictions (i.e., patrons are allowed to view, but not download, content). regards, Joe On 2/21/07 10:33 PM, Mark Diggory [EMAIL PROTECTED] wrote: Darwin seems a great OS solution for Real Time Streaming. But,