Re: [Dspace-tech] umlaute in dspace xmlui 1.5

2008-06-03 Thread Kasthuri, Sriram
Hi there, If the database is postgresql, then the below link will help in characterset support at Database level http://www.postgresql.org/docs/8.1/interactive/multibyte.html As the form encoding is UTF-8 (presentation layer), the data storage in the DB should also be UTF-8 encoded. I didn't t

Re: [Dspace-tech] umlaute in dspace xmlui 1.5

2008-06-03 Thread George Hamilton
Hi Michael Try the following setup in your web.xml: container-encoding ISO-8859-1 form-encoding UTF-8 George Michael Steck wrote: > Hi folks, > > at first i want to thank you for the great job you did with dspace. i > like it more everyday i am working with and we have plans to use

Re: [Dspace-tech] Best Practices for Journal Articles

2008-06-03 Thread Ina Smith
Tom   What works well for us is to create a separate collection for each issue (the Top-level or Sub-Community will then be the title of the journal, depending on the model you use). Each article is then submitted individually with its own metadata attached. In the end, we create an interactive i

Re: [Dspace-tech] i18n in 1.5 is not working with xmlui

2008-06-03 Thread Claudia Jürgen
Hi Jesus, I'll try to look into it as soon as I got some time, but there might be others allready working on it. Claudia Jesus Martin schrieb: > Thanks Claudia, do you know the future plans of including this option > with DSpace xmlui. > > cheers > > Jesús > > Claudia Jürgen wrote: >> Hi J

Re: [Dspace-tech] i18n in 1.5 is not working with xmlui

2008-06-03 Thread Claudia Jürgen
Hi Jesus, not all features are available in both jspui and xmlui, the language switch only works for jspui at the moment. cheers Claudia Jesus Martin schrieb: > Hi, I've already installed DSpace 1.5 but i18n is not working with > xmlui. I've changed the value parameters of dspace.cfg as: >

Re: [Dspace-tech] i18n in 1.5 is not working with xmlui

2008-06-03 Thread Jesus Martin
Thanks Claudia, do you know the future plans of including this option with DSpace xmlui. cheers Jesús Claudia Jürgen wrote: > Hi Jesus, > > not all features are available in both jspui and xmlui, the language > switch only works for jspui at the moment. > > cheers > > Claudia > > > Jesus Marti

[Dspace-tech] i18n in 1.5 is not working with xmlui

2008-06-03 Thread Jesus Martin
Hi, I've already installed DSpace 1.5 but i18n is not working with xmlui. I've changed the value parameters of dspace.cfg as: default.locale = ca, es webui.supported.locales = ca, es default.language = ca, es xmlui.supportedLocales = ca, es xmlui.supported.locales = ca, es (I've added this later

Re: [Dspace-tech] Best Practices for Journal Articles

2008-06-03 Thread Dorothea Salo
> I think DC.Relation.isPartOf (and the inverse relation > DC.Relation.hasPart) is a good idea, but why would you use "dumb > string-matching"? Why not use the (handle) URI of the items? e.g. the > DSpace item representing the issue would have dc.relation.haspart fields > each equal to the handle o

[Dspace-tech] Antw: RE: umlaute in dspace xmlui 1.5

2008-06-03 Thread Michael Steck
Thanks George and Sri, i have experimented a bit but could not fix it. I am pretty sure it has nothing to do with the database as the problem also occurs in text that was not in touch with the db. i looked in web.xml (that of dspace-xmlui\dspace-xmlui-webapp\src\main\webapp\WEB-INF\web.xml) but t

Re: [Dspace-tech] Antw: RE: umlaute in dspace xmlui 1.5

2008-06-03 Thread Michael Steck
Hi George, everything works fine now. thanks a lot. there have been 2 problem. one was the context encoding like you explained (fixed in sourcecode since 1.5-alpha). the other was a bad i18n-file. the messages_de.xml was wrong encoded. after solving the first problem i did not notice it, because i

[Dspace-tech] Can't log onto admin - follow up

2008-06-03 Thread Paul Jordan
Thanks for the support, I didn't realize that the proper url was .../dspace/dspace-admin. I'm still having connection issues, but I've played around with it a bit and think I've found the problem: DSpace isn't recognizing the Admin users I'm creating. As per the install instructions, I'm using th

Re: [Dspace-tech] Antw: RE: umlaute in dspace xmlui 1.5

2008-06-03 Thread Claudia Jürgen
Hi Michael, the i18n file is fetched from the repo. The latest from google code dspace-sandbox should be ok. The one tagged was just an initial draft of translation. Claudia Michael Steck schrieb: > Hi George, > > everything works fine now. thanks a lot. > there have been 2 problem. one was

Re: [Dspace-tech] Can't log onto admin - follow up

2008-06-03 Thread Keith Gilbertson
Paul, Can you post some of the scrolling code that you see when trying to create the administrator? I think this will help us to figure out what the problem is - the CreateAdministrator command is somewhat quiet when it runs normally. -- Keith Paul Jordan wrote: > Thanks for the support, I d

[Dspace-tech] XML inside dim:field

2008-06-03 Thread Vlastimil Krejcir
Hi, I would like to know if it is possible to do transformation of XML elements stored in dim:field element in DRI. For example - I have such XML in collection's introductory_text field (dim:field element="description" in DRI). test Is it possible to access tag "something" druring

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Paul Jordan
Certainly. Here is the complete sequence. Sincerely, Paul Jordan C:\Program Files\PostgreSQL\8.3\bin>c:\dspace\bin\dsrun org.dspace.administer.Cr eateAdministrator Using DSpace installation in: C:\dspace Creating an initial administrator account E-mail address: [EMAIL PROTECTED] First name: Pau

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Christophe Dupriez
You are using PostgreSQL 8.3 which introduces a more rigid type casting between characters and integers. I suggest you install PostgreSQL 8.2 ! Have a nice day! Christophe Paul Jordan a écrit : Certainly. Here is the complete sequence. Sincerely, Paul Jordan C:\Program Files\PostgreSQL\8

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Paul Jordan
Ah, I see. Yep, that's the same problem I've been encountering. Good to know it's not unique. Regarding DSpace 1.5, the install directions I've been able to find (from the DSpace website) are for 1.4.2 and include things that aren't in 1.5, specifically some of the file paths are differen't/aren't

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Keith Gilbertson
Paul, There are some problems with DSpace 1.4.2 and Postgres 8.3. There are threads about that here: http://www.nabble.com/Error-with-DSpace-administrator%27s-account-td15994473.html#a16005789 and here: http://www.nabble.com/-Fwd%3A-Re%3A-Error-with-DSpace-administrator%27s-account--td16008564.h

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Keith Gilbertson
The install instructions for 1.5 are quite different from the instructions from 1.4.2. The DSpace website may not have been updated yet, but the new install directions are included with the 1.5 download. I can't see if this problem has been fixed with the 1.5 version of DSpace, so you might ha

[Dspace-tech] Error in Dspace account registration.

2008-06-03 Thread Flemion Shafeeq
Dear All, This is about an error or wrong port number getting populated on the Verify email link , which is sent to an email address on registering to the dspace. Details: The dspace.cfg file was set up with the url(with port number), host name etc, but the URL in the verify email points to a d

[Dspace-tech] jspui pages unresponsive

2008-06-03 Thread Thomas A McGee
Our Manakin pages (/xmlui/) come up right away, but the /jspui/ interface hangs. It's not a consistent problem, but frequently enough to be annoying. Has anyone seen this before, and is there a place we should be looking for a solution? The default Tomcat home page also comes right up. Using v

Re: [Dspace-tech] LNI/WebDAV : GET returns 501

2008-06-03 Thread Rick Runyan
Thanks a million. I got lookup and get working today after fooling around with wget. I'm glad you told me about not following the redirects, or I'd have been scratching my head over 400 errors still. I'm not using PERL; I am using C#. - Rick -Original Message- From: Larry Stone [mailto