You can view the database schema here
http://platform.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema . I
think the problem is that the extension author has pasted the code of
a large JavaScript library in the 'code' property (of type TextArea)
of a JSX object, instead of attaching the JavaScript files to one of
the wiki pages from the extension. TextArea properties are saved in
xwikilargestrings which has the XWL_VALUE column limited to 60000
length in xwiki.hbm.xml .

Hope this helps,
Marius

On Thu, Dec 5, 2013 at 3:12 PM, Frits Jalvingh <[email protected]> wrote:
> I'm using Postgresql and the database has been created a long time ago. The
> error message does not tell what column is in trouble nor which table it's
> in, and there seem to be several 8-/ Is there any formal schema for xwiki's
> database that I can compare with? Or a way to get more detailed logging
> where the error occurs?
>
> Thanks, Frits
>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Problem-installing-extensions-value-too-long-for-type-character-varying-60000-tp7588223p7588271.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to