[Dspace-tech] Error?

2008-06-25 Thread Zaya Kh
-- Forwarded message -- From: Zaya Kh <[EMAIL PROTECTED]> Date: Thu, Jun 26, 2008 at 3:29 PM Subject: Error? To: dspace-tech@lists.sourceforge.net * Hello all, I installed Dspace 1.5 on Fedora.* 1. Is this error? when i shutdown apache-tomcat [EMAIL PROTECTED] ~]# /usr/local

[Dspace-tech] multilingual XMLUI

2008-06-25 Thread ARD Prasad
Hi, After a bit of trouble shooting, I realized that the UTF-8 character are not rendered correctly wherever post method used in a form. However, the get method works correctly. For example in the file dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/AdvancedSearch.java

Re: [Dspace-tech] Tapping into user registration flow from my own aspect

2008-06-25 Thread Mark H. Wood
On Tue, Jun 24, 2008 at 01:01:38PM -0400, Mark H. Wood wrote: > Trouble is, eperson.js is passing relative URIs to sendPageAndWait(), > which evades my other-aspect code by only processing the URI through > the current (EPerson) sub-sitemap. Will Bad Things happen if I change > these to absolute p

Re: [Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-25 Thread Reese, Terry
There was a patch posted sometime ago that forces the browser to initiate a download by setting the Content-Disposition header element rather than inline viewing if the file is over a specific file size. The patch is found here: https://sourceforge.net/tracker/?func=detail&atid=319984&aid=1751638&

Re: [Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-25 Thread George Kozak
Sue: Yes, this is a problem with DSpace and Firefox that we at Cornell University have had for a while. With DSpace 1.3.2, it was only a problem with older versions of Firefox. However, once we went to 1.4.2, the problem started happening with all the versions of Firefox. By the way, I am

Re: [Dspace-tech] DSpace-tech Digest, Vol 26, Issue 62

2008-06-25 Thread Flemion Shafeeq
Hi , Try Keeping the container encoding in web.xml as ISO-8859-1 and the form-encoding as UTF-8 Things should work now. Regards Flemion. At 12:37 AM 6/26/2008 +0530, ARD Prasad wrote: >Hi, > >Yes, there were all set to UTF-8 in web.xml file. I believe, somewhere >else the problem is. > >regards

Re: [Dspace-tech] DSpace-tech Digest, Vol 26, Issue 62

2008-06-25 Thread ARD Prasad
Hi, Yes, there were all set to UTF-8 in web.xml file. I believe, somewhere else the problem is. regards ard > Message: 5 > Date: Wed, 25 Jun 2008 06:16:39 -0700 (PDT) > From: Karthik Dathathri <[EMAIL PROTECTED]> > Subject: Re: [Dspace-tech] multilingual problem in xmlui site > To: ARD Prasad <[

[Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-25 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have a DSpace 1.4.2 User that is having a problem opening some of the documents in our repository. I noticed he was using FireFox and found something in the DSpace archives about an issue opening documents larger than 6K in DSpace using Firefox. Can someone comment on this and if it is an issu

Re: [Dspace-tech] Repository for Manakin 1.1 patches?

2008-06-25 Thread Scott Phillips
There will be no future releases of a stand alone version of Manakin. Anyone who is using Manakin 1.1 should move to DSpace 1.5 with integrated Manakin. Scott-- On Jun 25, 2008, at 7:53 AM, Mark H. Wood wrote: > Where should one send patches for Manakin 1.1? Yeah, we should be > moving to

Re: [Dspace-tech] Arabic metadata/language

2008-06-25 Thread Adam Fethi
Thank you Valerie, Caludia and Christina. I'll explore the contents in these links. AF. On 6/25/08, Claudia Jürgen <[EMAIL PROTECTED]> wrote: > > Hi all, > > there is an (uncomplete) Arabic translation based on 1.4.1 in the patch > queue > > http://sourceforge.net/tracker/index.php?func=detail&a

Re: [Dspace-tech] multilingual problem in xmlui site

2008-06-25 Thread Karthik Dathathri
Hi Mr.Prasad, Did you checked the following parameters in xmlui webapp's web.xml? container-encoding UTF-8 form-encoding UTF-8 Thanks & Regards, Karthik --- On Wed, 6/25/08, ARD Prasad <[EMAIL PROTECTED]> wrote: > From: ARD Prasad <[EMAIL PROTECTED]>

[Dspace-tech] Repository for Manakin 1.1 patches?

2008-06-25 Thread Mark H. Wood
Where should one send patches for Manakin 1.1? Yeah, we should be moving to DSpace 1.5 with integrated XMLUI, and we will, but right now I'm busy stamping out fires to clear time for bigger changes. -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says

[Dspace-tech] multilingual problem in xmlui site

2008-06-25 Thread ARD Prasad
Hi, Our DSpace 1.5 installation runs on Apache + SSL (mod_jk) and tomcat 6.0.16, I have given the following line in tomcat server.xml file When I enter enter a non-English word in the search boxes, we do not have problems in the JSPUI side, but in the xmlui site we have problems, Even in XMLUI

Re: [Dspace-tech] *.java and DSpace 1.5 (applying ItemBatchImport)

2008-06-25 Thread Robert Roggenbuck
Hi, I found an answer of my question: How to add own Java-classes or to modify existing ones of DSpace with Maven is explained in the Wiki at http://wiki.dspace.org/index.php/BuildCookbook . But does anyone knows if the ItemBathImport will still work with DSpace 1.5? Greetings Robert

[Dspace-tech] *.java and DSpace 1.5 (applying ItemBatchImport)

2008-06-25 Thread Robert Roggenbuck
Hi, essentially the question is: Whats the place for *.java files? In DSpace 1.4.2 it was [dspace-source]/src/. But in DSpace 1.5 I could not find any *.java files at all. Background: I need to import files and metadata into DSpace 1.5. To 1 metadata description we have more then 1 file, so I f

Re: [Dspace-tech] Dspace mvn package problem

2008-06-25 Thread Robert Roggenbuck
You got confused by the compile steps and made a spelling error. Do it like this: $ cd C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace $ mvn clean $ mvn package $ cd C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace\target\dspace[something]\ $ ant fresh_install Watch out t