In fact the pb seems to load the dwr-jforum.xml...
I think the parameter of the
servlet DWRServlet was not correctly pass with some application server.
I modify the web.xml as follow
<!-- AJAX -->
<servlet>
<servlet-name>dwr-invoker</servlet-name> <servlet-class>uk.ltd.getahead.dwr.DWRServlet</servlet-class>
<!--
<br /> <init-param>
<br /> <param-name>configJForum</param-name>
<br /> <param-value>WEB-INF/dwr-jforum.xml</param-value>
<br /> </init-param>
<br /> -->
<init-param>
<param-name>debug</param-name>
<param-value>true</param-value>
</init-param>
</servlet>
I copy dwr-jforum.xml to dwr.xml and now it's working in Ias 10gR3...
May this help some one of you...
[originally posted on jforum.net by sburky]