Re: [Dspace-tech] Adding and removing bitstreams

2008-09-24 Thread Hlias Stavrakis
You have right, DSpace authorization system is a complete mess. In case someone face the same problem, we manage to solve the problem of adding and removing bitstreams with the following steps: 1. The if statement in EditItemServlet.java around line 510 is // only process bitstreams if admin

Re: [Dspace-tech] Adding and removing bitstreams

2008-09-24 Thread Hlias Stavrakis
I have no problem in deleting items using the configuration wrote earlier. If the message you get is Authorization required, probably there are some missing policies in resourcepolicy table. Could you send the last lines of your log file? Ilias Stavrakis Mika Stenberg wrote: This is great,

Re: [Dspace-tech] Configuring the Browse List (JSPUI)

2008-09-24 Thread Graham Triggs
Vezina Marie-Helene wrote: Thank you Graham, Very clear answer. I guess the final goal I was pursuing while playing around with the browse configuration was to be able, for my Browse lists, to have one Date column that would display dc.date.submitted for ETDs and dc.date.issued for

Re: [Dspace-tech] Could not read resource cocoon://DRI/4/advanced-search

2008-09-24 Thread Eric Luhrs
Hi Claudia, I ran ant update to install the new code but I did not know that indices needed to be updated. How do I update them? Eric On Wed, Sep 24, 2008 at 2:11 PM, Claudia Juergen [EMAIL PROTECTED] wrote: Hi Eric, did you update/initialized the indices while installing this version?

Re: [Dspace-tech] Could not read resource cocoon://DRI/4/advanced-search

2008-09-24 Thread Claudia Juergen
Hi Eric, did you update/initialized the indices while installing this version? Guess there went something wrong with installing the new version over old data. Claudia It turns out that I needed to submit an item before advanced search would work. The odd thing is that I installed this

Re: [Dspace-tech] Internal Server Error - FeedServlet

2008-09-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have DSpace 1.4.2 and we get a similar error when someone types in an invalid url - the application is trying to display the invalid_id error, but it ends up getting an error and displaying an internal error. I'm determined to track this one down and will let you know when I find out what's

[Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Dorothea Salo
First, the problem: http://minds-test.wisconsin.edu/handle/1760/11124. Next, the code that is generating the problem: xsl:if test=dim:[EMAIL PROTECTED]'relation' and @qualifier='ispartof'] dt i18n:textxmlui.dri2xhtml-METS-1.0.ispartof/i18n:text /dt dd xsl:for-each select=dim:[EMAIL

Re: [Dspace-tech] Internal Server Error - FeedServlet

2008-09-24 Thread Mark Diggory
The url may be a searchbot trolling for content on the path http://host/feed/rss_2.0/site as a hack, try adding it to your robots.txt and see if the noise settles down. http://ses.library.usyd.edu.au/robots.txt User-agent: * Disallow: /browse Disallow: /feed Otherwise, you should go to

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Mark Diggory
Wheres the problem? Note, Sometimes I get duplicate Headers when editing the xslt in place, I think this is caused by some caching bug in the application, it generally goes away if I restart the web-application. -Mark On Sep 24, 2008, at 11:48 AM, Dorothea Salo wrote: First, the problem:

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Dorothea Salo
I wonder if we have enough XSL context to see the problem. The utilities template is available from http://minds-test.wisconsin.edu/themes/utils.xsl, and the UW-Madison theme that inherits this theme is at http://minds-test.wisconsin.edu/themes/UWMadison/uwmadison.xsl. Share and enjoy! (Not

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Mark Diggory
I just think your messages.xml labels are different. the generated html is the same and I bet the length of the value causes yours to wrap to the line above. Your sites down, so I can't view your example. Dorothea, could you just drop your war on a url somewhere and send it to me... I'll

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Walker, David
I don't think that's it, Mark, because the same template works in our test instance, even with the dd /. http://scholarworks.calstate.edu/scholarworks_xmlui/handle/123456789/5 dtThis item appears in the following Collection(s)/dt dd / dtPart of/dt ddhttp://www.aip.org; http://apl.aip.org//dd I