Hi Christophe,

Hello,
>
> I downloaded the repository of Xwiki and rebuild it and it created the
> JAR file for the office importer
> (xwiki-core-officeimporter-1.9-SNAPSHOT.jar) .
>
> Is it possible to use this jar file with a 1.8 release ? Or is it
> possible to rebuild it for 1.8 release. I really would like to use the
> import from office functionnality, without the bug of the folder.


Yes, you should be able to do that AFAIK


>
> Thank you all
>
> I tried to copy it in the WEB-INF/lib folder but i got this error
> message :
>
>
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java
> :522)
> Caused by: java.lang.NoClassDefFoundError:
> net/sf/jodconverter/office/OfficeManager
>        at java.lang.Class.getDeclaredConstructors0(Native Method)
>        at java.lang.Class.privateGetDeclaredConstructors(Unknown
> Source)
>        at java.lang.Class.getConstructor0(Unknown Source)
>        at java.lang.Class.newInstance0(Unknown Source)
>        at java.lang.Class.newInstance(Unknown Source)
>        at
> org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInsta
> nce(JavaComponentFactory.java:66)
>        ... 61 more
> Caused by: java.lang.ClassNotFoundException:
> net.sf.jodconverter.office.OfficeManager
>        at java.net.URLClassLoader$1.run(Unknown Source)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(Unknown Source)
>        at java.lang.ClassLoader.loadClass(Unknown Source)
>        at java.lang.ClassLoader.loadClass(Unknown Source)
>        at
>

This is strange, it seems like jodconverter jar is missing.

Try downloading
http://maven.xwiki.org/externals/net/sf/jodconverter/jodconverter/3.0-beta-1/jodconverter-3.0-beta-1.jarand
placing it inside your WEB-INF/lib folder and restart your server.

Hopefully this should fix the issue.

- Asiri
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to