[Dspace-tech] UTF-8 problems in Dspace 1.5

2008-05-01 Thread Pere Villega
Hi, maybe someone can help me. I'm using JSPUI in Dspace 1.5 and I'm having a really odd issue with encoding. When I submit any document with Irish characters (á,é, etc.) in any of its fields, it works fine, and it shows them on the item view. But if i use the same characters to name a

Re: [Dspace-tech] UTF-8 problems in Dspace 1.5

2008-05-01 Thread Graham Triggs
Can you confirm what is being written into the database? For the item metadata, all the values are written into CLOB columns. The Collection/Community name is a VARCHAR2. I suspect there is an issue in the way that the values are being written to / read from those two different types of

Re: [Dspace-tech] UTF-8 problems in Dspace 1.5

2008-05-01 Thread Pere Villega
Although we spoke in IRC, I post it here just so other people can know (and it's stored): I've been debugging and the string is recovered properly from clob fields (metadata of Items), not from varchar2 fields (names of collections/communities). I've been tracking the error up to

[Dspace-tech] Run time error with 1.5

2008-05-01 Thread Blanco, Jose
I'm having the following runtime error with 1.5, Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lorg.dspace.authenticate.AuthenticationMethod; at org.dspace.authenticate.AuthenticationManager.clinit(AuthenticationMan ager.java:95) ... 41 more Any

Re: [Dspace-tech] Manakin RSS errors

2008-05-01 Thread Conal Tuohy
We had the same problem here though in our case the Short Description field was typically blank. We found that if we inserted something (even a space) in the Short Description field, then the problem was solved. On Fri, 2008-05-02 at 10:26 +0930, [EMAIL PROTECTED] wrote: I have a rather weird

Re: [Dspace-tech] Manakin RSS errors

2008-05-01 Thread Jennifer . Whalan
All the short descriptions for the communities and collections are filled. I think it gives a different error for no description? We did have this problem, when I first enabled the rss feeds, so I made sure I'd filled out all the short descriptions then.