Hello,
sorry to answer that late but I was not available until today. First of all
thanks for answering my request.
I will try to answer your questions inline:
Which version of XWiki are you using to try to
run the portlet.
I downloaded xwiki-web-exo-1.6-20081104.111810-908.war on exo website and
also xwiki-web-exo-1.7-20081106.072729-506.war.
I suspect the XWikiPortlet entry point is
slightly outdated versus the
recent versions of XWiki.
It could also be the web.xml in the portlet app.
I did not modified my web.xml file I took the one included in the war file.
I tried to remove the part that triggered the error:
<listener>
<listener-class>com.xpn.xwiki.web.InitializationServletContextListener</listener-class>
</listener>
but new problem occured.
For information I tried to find this class
(InitializationServletContextListener) inside the different jars included in
the war file but it is not in it.
The web.xml file distributed in that package is much too outdated. Since
we're not actively maintaining it, changes done to the default web.xml
are usually not merged into the exo web.xml. The build process should be
changed to inject the exo specific settings in the default web.xml.
I'll try to provide you with a correct web.xml later today.
Are you able to rebuild XWiki to help us solve
the issue ?
Unfortunately I cannot build xWiki from sources because I am behind a proxy
(at work) and then I cannot use maven 2 to build the file
I also had some problems to find out which jar to delete from xwiki.war
because some of them are both in exo and in this war and it can trigger some
error (for example commons-logging-1.1.1.jar).
Thank you for your help
Antoine