Hello To avoid this kind errors you need to remove ISO-8859-1 characters in your database. I remove all those characters and it works fine. The xWiki's Team send also me a UTF-8 compliant database. Regards Le Mercredi 01 Juin 2005 23:30, Stéphane Laurière a écrit :
Xavier MOGHRABI wrote:
Hi Stephane,
I tried your package. It's better, I can have Chinese characters.
However, I've got some errors when I try using some XWiki's Page.
Hi Xavier,
I have actually the same problem as you on some documents. I'll see ASAP what needs to be updated in the ArchiveParser.jj to fix this. Declaring the whole range of possible Unicode characters should do the trick.
Cheers,
Stéphane
For
instance, I try to reache the Class Editor and I got this error :
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getDocument' in class com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 3202 in 3: Exception while reading document XWiki.ArticleClass Wrapped Exception: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.xpn .xwiki.doc.XWikiDocument.setArchive at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java: 246) ...
Regards