Re: [Dspace-tech] DSpace-tech Digest, Vol 27, Issue 3

2008-07-01 Thread Larry Stone
See http://wiki.dspace.org/index.php/Simple_LNI_Client for an example of the same idea in Java. It uses only the WebDAV protocol. Perhaps you can use that code as a model for your C# application. When you're done, please consider posting your client on the wiki too. -- Larry > I'm working o

[Dspace-tech] Anomaly using controlled vocabulary feature in 1.5

2008-07-01 Thread Sten Christensen
We have just upgraded to DSpace 1.5 and have struck an anomaly using the controlled vocabulary feature, which was working well in 1.4.2. When trying to select a subject term from the popup page it will not populate the first box, but will populate the second box. If we then go back to edit the meta

Re: [Dspace-tech] DSpace-tech Digest, Vol 27, Issue 3

2008-07-01 Thread Luis Saraiva
Hello again. I'm working on a project that has to be able to insert items on DSpace through a C# application... I am going to use LNI (LightWeightNetworkInterface) and a WebDAV C# library that has been realesed. Does anyone has done this before ? I think i will need a little help here...

Re: [Dspace-tech] Problem installing DSpace

2008-07-01 Thread Reuben Pasquini
It looks like your server cannot load some class it needs for authentication. What do you have your authentication method set to in dspace.cfg ? # Stack of authentication methods # (See org.dspace.authenticate.AuthenticationManager) plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

[Dspace-tech] Missing Checkbox Option on Initial Submission Screen for Customized Submission Process

2008-07-01 Thread pennington
A few days ago, I asked a question on this list about why I wasn't seeing the dc.publisher field appear on my custom submission process for a particular collection. Conal Tuohy had the answer, in that this is one of the fields that does not appear unless a particular checkbox is selected on the

[Dspace-tech] Problem installing DSpace

2008-07-01 Thread Luis Saraiva
Hello, i'm installing DSpace on windows. I have installed before and it runned great, now, after making all the instalation steps, while accessing the homepage http://localhost:8080/dspace it gives me an internal server error. I'm using dspace-1.4.1 with java 1.4.2, tomcat 5.28. I have tried

Re: [Dspace-tech] Understanding Workflow & Authorizations

2008-07-01 Thread Claudia Jürgen
Hi Susan, the authorizations should not affect the display of the item in workflow preview or workflow task, the default item display is used. Did you change something in org.dspace.app.webui.jsptag.ItemTag? What precisely is diplayed when you preview/take a task? The standard item display is

Re: [Dspace-tech] Understanding Workflow & Authorizations

2008-07-01 Thread Susan Teague Rector
Hi Claudia, Yesterday afternoon when I was pulling my hair out, I thought this was probably a customization that we implemented last year. Apparently, no one testing over the past year has noticed that the file link is gone during approval (including myself!). We have a strange set up here in

Re: [Dspace-tech] Failed ItemImport (Robert Roggenbuck)

2008-07-01 Thread Dorothea Salo
> java.io.IOException: No such file or directory > > This is odd, because the file 'contents' is there, reading permissions > are ok and all files listed in 'contents' ale there too. When I've gotten this error, it's meant that permissions on the assetstore directory had somehow been broken. Maybe

Re: [Dspace-tech] display full metadata record

2008-07-01 Thread Claudia Jürgen
Hi Karen, you got to adjust org.dspace.app.webui.jsptag.ItemTag there you find renderFull() for the long/complete item display. Furthermore all the tags you use must be added to the Messages.properties file. hope that helps Claudia Janssens Karen schrieb: > Hi > > Is it possible to change

[Dspace-tech] display full metadata record

2008-07-01 Thread Janssens Karen
Hi Is it possible to change the lay-out of the "Show full item record" page? More in particular: we would like to replace the dc field items in the first colums by a more user-friendly expression. Eg. to display: 'Authors' instead of 'dc.contributor.author' . So in fact we would like to make the

[Dspace-tech] problem during installing dspace

2008-07-01 Thread María Isabel López Sánchez-Huete
Hí, I'm a beginner in this matter, and I'm lost. I expect somebody can help me to run dspace. I´m trying to install dspace 1.5 on Solaris 10 in a SPARC computer. I read the installation documentation, and follow the steps. My problems is about installing

Re: [Dspace-tech] Failed ItemImport (Robert Roggenbuck)

2008-07-01 Thread Robert Roggenbuck
Thanks for the reply. I successfully exported an item - and nearly imported it again... 1.) Export result: $ /opt/dspace/bin/dsrun org.dspace.app.itemexport.ItemExport --type=ITEM --id=2008/8 --number=0 --dest=/home/dspace/testExport/ Exporting Item 14 to /home/dspace/testExport/0 Attempting to

Re: [Dspace-tech] Failed ItemImport (Robert Roggenbuck)

2008-07-01 Thread Robert Roggenbuck
Thanks for the reply. I successfully exported an item - and nearly imported it again... 1.) Export result: $ /opt/dspace/bin/dsrun org.dspace.app.itemexport.ItemExport --type=ITEM --id=2008/8 --number=0 --dest=/home/dspace/testExport/ Exporting Item 14 to /home/dspace/testExport/0 Attempting to