Re: [xwiki-users] Debugging XWiki on Eclipse

2011-05-27 Thread Thomas Mortagne
On Fri, May 27, 2011 at 04:52, Baratóvsk wrote: > One last question... > > When i startet the application i got a ClassNotFoundException for > org.xwiki.container.servlet.XWikiServletContextListener. > I imported the corresponding maven project and added it to the Deployment > Assembly. > Then, an

Re: [xwiki-users] Debugging XWiki on Eclipse

2011-05-27 Thread Thomas Mortagne
On Fri, May 27, 2011 at 03:37, Baratóvsk wrote: > Hello Thomas, > > I had already checked the README.txt. > It took some time until i figured out what a "shared resource" is, but i > eventually saw the linked resources with a missing path variable... > > For anyone who didn't see it, you can creat

Re: [xwiki-users] How can I capture an exception that is going to standard out

2011-05-27 Thread Vincent Massol
Hi, These logs are not on by default normally. You'll need to show us: - the exact console logs you get - your log4J file in WEB-INF/classes - the list of jars from your WEB-INF/lib directory that matches the patterns: *logging*, *log4j*, *slf4j* - tell us what modifications you've brought from

[xwiki-users] Problem with "pre" Tags after upgrade to 3.0.36132

2011-05-27 Thread Lars Vetter
Hi all Unfortunately, I have a problem with the "pre"-tags in my xwiki installation. Most of the input-fields had -tags before and after the field. They appeared after the upgrade from version 1.7.1.15366 to 3.0.36132. I've seen a solution on the mailinglist: http://xwiki.475771.n2.

Re: [xwiki-users] XE 3.1M1 Wysiwyg stop working

2011-05-27 Thread Ramon Gomes Brandão
Hi Sergiu, I could return, at least, for a working copy with the original xwe in english for a 3.1M1 XE, working on all browsers. But the problem still exists both for 3.1M1 and 3.1M2 - my wiki is on portuguese and the pt_br translated compiled-from-the-sources wysiwyg module does lot get loaded w

Re: [xwiki-users] Installation problem

2011-05-27 Thread Caleb James DeLisle
Good report, thanks. We define sql_mode to work around a hibernate bug: http://jira.xwiki.org/jira/browse/XWIKI-1945 http://opensource.atlassian.com/projects/hibernate/browse/HHH-468 It appears that our workaround has exposed us to a new mysql connector bug: http://bugs.mysql.com/bug.php?id=61201

Re: [xwiki-users] Debugging XWiki on Eclipse

2011-05-27 Thread Baratóvsk
On Fri, May 27, 2011 at 4:10 AM, Thomas Mortagne wrote: > On Fri, May 27, 2011 at 04:52, Baratóvsk wrote: > > One last question... > > > > When i startet the application i got a ClassNotFoundException for > > org.xwiki.container.servlet.XWikiServletContextListener. > > I imported the correspondin

[xwiki-users] Calendar and Ratings plugin not compatible with XE3.1-M2

2011-05-27 Thread Ramon Gomes Brandão
Hi all, Despite my problems with the wysiwyg module, I could identify another break in XE 3.1M2. The last calendar plugin is not compatible (probably missing jars). The error root cause on stack trace at xwiki war deploy is: java.lang.ClassNotFoundException: net.fortuna.ical4j.model.Calendar Al

Re: [xwiki-users] Calendar and Ratings plugin not compatible with XE3.1-M2

2011-05-27 Thread Thomas Mortagne
You should try latest sources of calendar plugin on https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-calendar which have been refactored for 3.1 branch. 2011/5/27 Ramon Gomes Brandão : > Hi all, > > Despite my problems with the wysiwyg module, I could identify