Re: [Dspace-tech] Achieving security by obscurity

2008-07-09 Thread Graham Triggs
Scott Phillips wrote: We wanted to expose dspace's metadata in a way that can be used by other applications. They are nice restfull urls that are actionable and easily predictable. In most cases, that should be seen as a good thing. I can see in certain situations that you wouldn't want

[Dspace-tech] Dspace 1.5.0 Installation Successful

2008-07-09 Thread Yohannes Mulugeta
Thank you Dr Prasda, I have finally succeeded in installing dspace 1.5 on my ubuntu 6.10 server based ARD Prasad comment. I just configured the maven settings.xml under maven/conf to point to the proxy and run the following command mvn -s /home/dspace/maven/conf/settings.xml -f

[Dspace-tech] How to enrich metadata with special characters?

2008-07-09 Thread Robert Roggenbuck
Hi, I just wonder how to add special characters to metadata. Unicode-Escapes like #x1D6C0; work - but there are things in the world which are not captured by the unicode tables. One example is a superscript infinity sign, like in http://elib.ub.uni-osnabrueck.de/publications/pics/Omega-S.gif

Re: [Dspace-tech] Help me: porcedure for installing. Reg.

2008-07-09 Thread Robert Roggenbuck
1. The installation- / configuration-steps are in the documentation included in the DSPace software package. 2. See also http://www.dspace.org/index.php?option=com_contenttask=viewid=152 3. There is also a manual online: http://www.dspace.org/images/onepointfivedocs/dspacemanual_15_may.zip 4.

[Dspace-tech] ItemImport does not recognise language setting

2008-07-09 Thread Robert Roggenbuck
Hi, In the documentation of the format of the dublin_core.xml file the attribute 'language' in mentioned. But as far as I see it's setting is not recognised. Especially I'd like to avoid the automatically setting of language values to things like numbers, dates, person names and so on. But using

[Dspace-tech] Workflow-option of ItemImport is buggy

2008-07-09 Thread Robert Roggenbuck
Hi all, when I use the --workflow option for the /dspace/bin/import (ItemImport), only 'dc.title' and 'dc.identifier' are imported. All other fields in the submit form are empty. Without --workflow the whole dataset is immediatly visible. What's going on? Can someone explain this behaviour

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread Robert Roggenbuck
Hi Mikel, I did not solved the problem complete, but I had some success: 1. My 'ant init_configs' does not copy all files in the main directory of DSpace. I must copy the input-forms*.xml manually. 2. To get the right forms selected You have to mention them in the workflow configuration

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread Claudia Jürgen
Hi all, the introduction of CSS removed the i18n of the submission, so at the moment the input-form is not selected based on your language settings. cheers Claudia Robert Roggenbuck schrieb: Hi Mikel, I did not solved the problem complete, but I had some success: 1. My 'ant

[Dspace-tech] New problem installing DSpace

2008-07-09 Thread María Isabel López Sánchez-Huete
Hi, I don´t now if somebody is really reading this list, but I try to ask again. I hope someday somebody can respond to me. This installation is very difficult to me, perhaps because the documentation is written thinking in an linux operating system with a Postgres

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread Robert Roggenbuck
Oops... so, is it a matter of reformulating CSS or hacking Java / JSP? Is it a big thing to do? Will this be fixed in 1.5.1? Greetings Robert Claudia Jürgen schrieb: Hi all, the introduction of CSS removed the i18n of the submission, so at the moment the input-form is not selected

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread Claudia Jürgen
Hi Robert, I did not investigate the changes along with the Customizable Submission Interface (CSS) closely, I'll take a look as soon as I find some time. Claudia Robert Roggenbuck schrieb: Oops... so, is it a matter of reformulating CSS or hacking Java / JSP? Is it a big thing to do?

[Dspace-tech] Ant Errors when installing Dspace with Oracle

2008-07-09 Thread Rebekah Burke
Hi all, I've searched and searched but cannot find a solution to my problem. I am installing DSpace on Debian Linux with Tomcat 6. It's using an Oracle 11g server which is sitting on a seperate Solaris server. I get this error when I run ant fresh_install for dspace: Buildfile: build.xml

Re: [Dspace-tech] Workflow-option of ItemImport is buggy

2008-07-09 Thread Robert Roggenbuck
Hi Claudia! Yes, two fields in the metadata were missing in the form - and now it works. Thanks! But still it is strange to see only dc.title and dc.identifier in the first summary view of an item after picking it up form the workflow pool. At least I would expect dc.creator at this place. (I

Re: [Dspace-tech] Workflow-option of ItemImport is buggy

2008-07-09 Thread Claudia Jürgen
Hi Robert, with first summary view do you mean the preview in the workflow? This got nothing to to with the submission form but is based on the default item display. To change this adjust webui.itemdisplay.default/orYourOwn. Make sure you got the appropriate keys in your

Re: [Dspace-tech] Achieving security by obscurity

2008-07-09 Thread Dorothea Salo
On Wed, Jul 9, 2008 at 8:42 AM, Gary McGath [EMAIL PROTECTED] wrote: This still leaves the problem of other ways the metadata can be viewed. For instance, we've disabled METS data from the OAI provider because of the same problem. I'm considering patching InstallItem.java so that it never

Re: [Dspace-tech] Achieving security by obscurity

2008-07-09 Thread Dorothea Salo
I could be wrong about this and welcome correction, but I don't think depositor information on an item is stored anyplace but the provenance field. (The system does know who has add/remove/change rights on the said item, but that's not necessarily the same thing.) This means that if you

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread SUZUKI Keiji
Hi Robert, I have succeeded to make input_form in JSPUI to i18n with the attached patches. I hope it helps you. Thank you. Keiji Suzuki [EMAIL PROTECTED] 2008/7/9 Claudia Jürgen [EMAIL PROTECTED]: Hi Robert, I did not investigate the changes along with the Customizable Submission

Re: [Dspace-tech] Duplicating a Group (update)

2008-07-09 Thread George Kozak
Hi... Well, I solved my own problem ;-) I created a perl script that uses SQL commands to create a flat file with the data from the group that I was interested in and then created another script to re-insert the changes. So, this can be considered closed. *** George