The Java EE 5 sandbox fails to build for me now with the following error
when trying to build the module for jetty 6 wadi clustering:
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\javaee5\modules-jee5\geronimo-jetty6-clustering-wadi\src\main\java\org\apache\geronimo\jetty6\cluster\wadi\WADIClusteredPreHandler.java:[70,22]
init(javax.se
rvlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain,org.codehaus.wadi.InvocationProxy)
in org.codehaus.wadi.web.impl.
WebInvocation cannot be applied to
(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain)
Were there some changes recently to wadi that may have affected this?
It doesn't look like the sandbox code has changed in this area.
Joe