Re: [Dspace-tech] Dspce-1.1.6: Messages.property does not work

2010-09-08 Thread Claudia Jürgen
Hello Harsha, in order to customize this message catalogue the best practice is to use an overlay, copy Messages.properties to [dspace-src]/dspace/modules/jspui/src/main/resources and edit the copied version. Then run mvn package and ant update and redeploy your application. There is an option

Re: [Dspace-tech] Mathematical formulas/equations in metadata fields of dspace

2010-09-08 Thread Bram Luyten
Hi Vishal, do you plan to do something that is outside of the UTF-8 scope ? (like MathML - http://www.w3.org/Math/ ) If yes: you'll need to do custom development for this. If not: there are very extensive overviews on www.unicode.org to see what you can do in UTF-8. I always get lost in those

Re: [Dspace-tech] Dspace import/Replace error

2010-09-08 Thread Mark H. Wood
If you have it, the 'file -z' command may help you to figure out what kind of backup you have. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband.

Re: [Dspace-tech] OAI Interface

2010-09-08 Thread Sands Alden Fish
Sounds like a good candidate for documentation harvesting into the official docs... -- sands fish Software Engineer MIT Libraries Technology Research Development sa...@mit.edumailto:sa...@mit.edu E25-131 On Sep 8, 2010, at 2:45 AM, Lewatle Phaladi wrote: Sands, this URL

Re: [Dspace-tech] OAI Interface

2010-09-08 Thread Tim Donohue
Lewatle, It's unclear to me which OAI interface you are trying to use? There are two of them in DSpace: (1) There is the OAI-PMH interface. This allows other sites or services to harvest metadata *from* DSpace. This interface is pre-built and pre-configured in DSpace. All you need to do

Re: [Dspace-tech] OAI Interface

2010-09-08 Thread Lewatle Phaladi
Hi Tim Thanks, the one I want to setup is the one that allows other sites to harvest metadata from dspace. I will read on the web sites you gave me and see if I succeed in doing that. Regards, Lewatle -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: 08

[Dspace-tech] Error registering new E-person

2010-09-08 Thread John Hufnagle
Hi, I created a new E-person, did not set the 'Can log in' flag and then restarted my jetty server running space. I then went to the login page and clicked 'Register...' for a new user. I entered the new E-person's email address and got the internal error page. I also got the following stack

Re: [Dspace-tech] Dspce-1.1.6: Messages.property does not work

2010-09-08 Thread Marcelo Henrique Gomes
Hello, Last month, I asked the same question here. I tried many solutions with maven. In my case, the maven is using the properties from repository and replace my property. I run maven with -offline but it is not work. Regards, Marcelo 2010/9/8 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

Re: [Dspace-tech] Dspce-1.1.6: Messages.property does not work

2010-09-08 Thread Claudia Jürgen
Hello Marcelo, the offline option was only meant for low or no internet access. It got no influence on the overlay mechanism. Overlaying the default message catalogues (Messages.properties, messages.xml) for the jspui or xmlui works the way described for the UI's, the api part is not affected

Re: [Dspace-tech] Dspace Statistics

2010-09-08 Thread Khan, Baseer
Hello Bram, Thank you for the reply, I had a question here we upgraded to version 1.6.2 manakin but the statistics are not visible to public as you show in the sample, you have to login in order to view that. Can you tell me how to make It public please. Thank you, Baseer. From:

[Dspace-tech] How to actually get an item embargoed?

2010-09-08 Thread Mark H. Wood
The documentation lists the configuration values that the org.dspace.embargo package looks at. But there doesn't seem to be any code anywhere in that package, or anywhere else, which actually sets the embargo terms or lift date. Did I miss something? How do I get a submission embargoed using

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-08 Thread Richard Rodgers
HI Mark: If you look at the class DefaultEmbargoSetter (in org.dspace.embargo) the method 'parseTerms' creates the lift date out of what EmbargoManager passes it (which is the contents of the metadata field configured for the 'terms'), and the next method in that class 'setEmbargo' does the