Vincent Massol wrote: > > On Mar 18, 2008, at 4:52 PM, [Ricardo Rodriguez] Your EPEC Network ICT > Team wrote: > >> Hi, >> >> The solution to this issue has been discussed out of the list and I've >> not created a Jira Issue for it. As it seems to affect only to a given >> update path, how and where must it be documented? > > Isn't this the same as http://jira.xwiki.org/jira/browse/XWIKI-1736? > <http://jira.xwiki.org/jira/browse/XWIKI-1736> > > Ludovic has had the same exception reported today and was asking me if I > knew how to fix it. I couldn't find a solution in this thread. > > What was the outcome and how did you solve it Ricardo? >
Update: I debugged it with the Curriki guys, and the problem was that while the setup should have been UTF-8, mysql was not configured properly, so xwikircs and xwikirecyclebin were created with latin1, so their problem was indeed pure XWIKI-1736, nothing else. The problem Ricardo had was a bit more complex, xwikircs was created with a shorter length for the xwr_patch field than it is specified now in the mapping file, because the length released with 1.2M1 was not specified at all, so Hibernate selected a length on its own. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
