[xwiki-users] Calendar and Ratings plugin not compatible with XE3.1-M2
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 Also, the Ratings Plugin is not working on IE 8. It raises a page script error, as follows: Message: 'null' is null or not an object Line: 1 Character: 1334 Code: 0 URI: http://xwiki/xwiki/bin/jsx/XWiki/Ratings?language=pt I'm using both plugins in my instance. Any plans to get this fixed on 3.1? Regards, -- * * * * *Ramon Gomes Brandão* *//*
You should try latest sources of calendar plugin on https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwik... which have been refactored for 3.1 branch. 2011/5/27 Ramon Gomes Brandão <[email protected]>:
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
Also, the Ratings Plugin is not working on IE 8. It raises a page script error, as follows:
Message: 'null' is null or not an object Line: 1 Character: 1334 Code: 0 URI: http://xwiki/xwiki/bin/jsx/XWiki/Ratings?language=pt
I'm using both plugins in my instance. Any plans to get this fixed on 3.1?
Regards,
--
* *
* *
*Ramon Gomes Brandão*
*//*
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On 05/27/2011 10:38 PM, Ramon Gomes Brandão wrote:
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
This is normal. The calendar plugin also needs this jar (place it in WEB-INF as well): http://repo1.maven.org/maven2/ical4j/ical4j/0.9.20/ical4j-0.9.20.jar
Also, the Ratings Plugin is not working on IE 8. It raises a page script error, as follows:
Message: 'null' is null or not an object Line: 1 Character: 1334 Code: 0 URI: http://xwiki/xwiki/bin/jsx/XWiki/Ratings?language=pt
I'm using both plugins in my instance. Any plans to get this fixed on 3.1?
The calendar plugin should work fine in 3.1, if you also install the ical4j dependency (I updated the extension documentation to mention this). The ratings plugin is not actively maintained by the XWiki committers, it's a contributed application, so we can't promise a fix for it. Maintaining contributed applications is the job of the community. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (3)
-
Ramon Gomes Brandão -
Sergiu Dumitriu -
Thomas Mortagne