[Dspace-tech] database table in postgresql for item/submitter details

2008-02-25 Thread Jayan Chirayath Kurian
Hi! Can you please suggest which database table in postgresql keeps item metadata with respect to an individual submission that can be retrieved using a submitter name or submitter id/email address? Thanks, Jayan -

[Dspace-tech] Include a file in structural.xsl

2008-02-25 Thread Mika Stenberg
Hi, Im hoping to include a newsfeed file as a part of our repository frontpage. I was thinking of using xsl:include but it seems that its not really working. So how should I do a simple html-file include in Manakin XSL files? Thanks, Mika

[Dspace-tech] Untr

2008-02-25 Thread Mika Stenberg
I found some phrases on CollectionViewer.java which arent fetced using i18 tags. Maybe these could be fixed on stable? Mika - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

[Dspace-tech] default bitsream read

2008-02-25 Thread Damian Marinaccio
As of lately I am experiencing some odd behavior with default_bitstream_read collection policies. It is setting all the license files and bundle files to need read permission, which throws an error when trying to view the item. Any suggestions? Thanks, Damian Marinaccio RIT Libraries [EMAIL

Re: [Dspace-tech] Trying to get ref info into dspace.log file

2008-02-25 Thread Blanco, Jose
Recently I sent out the email below about trying to get reference information using the HttpServletRequest class, and I did not hear back. I tried the following methods, but they did not contain the information: getPathInfo(); getRemoteHost(); getPathTranslated(); getServerName();

Re: [Dspace-tech] Include a file in structural.xsl

2008-02-25 Thread Conal Tuohy
Hi Mika xsl:include is for including other xslt stylesheets (i.e. as modules). Instead, I believe you should use the xpath document() function: xsl:apply-templates select=document('http://localhost/feed.rss')/ (... or whatever the URL is). This will apply templates in your stylesheet to the

Re: [Dspace-tech] Install DSpace on Ubuntu

2008-02-25 Thread Bin Zhang
Thanks for all for responded to my original posting. I reinstalled sun-java6-jdk, Tomcat5.5 and dspace. This time I leave the owner of tomcat process as tomcat55, and leave owner of /var/[log|cache|lib]/tomcat5.5 as tomcat55. So far everything is working. Thanks again for all the help! ---

Re: [Dspace-tech] Trying to get ref info into dspace.log file

2008-02-25 Thread Stuart Lewis
Hi Jose, On 25/2/08 19:17, Blanco, Jose [EMAIL PROTECTED] wrote: Recently I sent out the email below about trying to get reference information using the HttpServletRequest class, and I did not hear back. Is there not a way to get this information from HttpServletRequest? Is the only way