You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Joe Bohn <jo...@earthlink.net> on 2006/11/17 17:41:26 UTC

Java EE 5 sandbox build failure

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


Re: Java EE 5 sandbox build failure

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
"mvn -U" may help

--vamsi

On 11/17/06, Joe Bohn <jo...@earthlink.net> wrote:
>
>
> 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
>
>

Re: Java EE 5 sandbox build failure

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hi Joe,

Sorry for this problem and thanks for your ci. I have updated my IDE  
set-up and it should not happen anymore.

Thanks,
Gianny

On 18/11/2006, at 3:45 AM, Joe Bohn wrote:

> Looks like there were some changes made in trunk for wadi and I  
> need to make similar changes in this module.
>
> Joe
>
>
> Joe Bohn wrote:
>> 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.HttpServlet 
>> Response,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


Re: Java EE 5 sandbox build failure

Posted by Joe Bohn <jo...@earthlink.net>.
Looks like there were some changes made in trunk for wadi and I need to 
make similar changes in this module.

Joe


Joe Bohn wrote:
> 
> 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
> 
> 
>