On Jun 26, 2009, at 12:21 PM, Cristina Scheau wrote:
Hi!
I've managed to implement the bidirectional converter as you
suggested .
Thank you very much for your help. Now I have another problem :( ..
I tried
to use the OpenOffice cleaner XWiki Component from the OpenOffice
Importer
module
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-officeimporter…
My code is this one:
HTMLCleaner openOfficeHTMLCleaner = (HTMLCleaner)
ecm.lookup(HTMLCleaner.class,"openoffice");
ecm is an EmbeddableComponentManager instance.
And I have at Runtime the follow exceptions:
http://pastebin.com/m1920f9cf
I've added openoffice module as dependency. Sorry I'm not very
familiar with
XWiki Components. Has anybody an idea what I am missing?
This means you're missing the xwiki-bridge module in your classpath.
Beware though. If you start adding it then you'll also need xwiki-core
and other modules.
Thanks
-Vincent