Hi Rudi, On Dec 1, 2010, at 3:57 PM, Tronicek wrote:
Hi Boris, Hi Vincent,
i realized a problem in MultiPageExportApplication. It requires the xwiki-collection plugin to be installed. The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference to the Class org.xwiki.rendering.listener.Attachment
After removing the plugin from xwiki.cfg the ClassNotFoundException was gone. So remove: com.xpn.xwiki.plugin.collection.CollectionPlugin, \
I've been missing a JIRA category for this. Vincent, can you report this error, please?
Well right now this collection plugin is not developed nor supported by the xwiki dev team. It's not part of any release and doesn't have any jira project. It's been contributed by an individual (Ludovic Dubost). It's not even documented on code.xwiki.org... It's only available here: http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-plugin-collection/ Since it's used by the mutipage export app it should be at least: 1) promoted to contrib/projects 2) documented on code.xwiki.org Any taker for that? Then we need to review it and decide if that's something we want in the platform (in which case we'll need to rewrite it as a component IMO) and if so take ownership of it. So in the meantime, you could request access to the contrib sandbox and fix it, see: http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome (note: we have a skin issue I've just noticed on contrib ;)). Thanks -Vincent