You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Prasad Kashyap <go...@gmail.com> on 2006/12/16 21:42:56 UTC

Build break on trunk : geronimo-jetty6 module

Build break on trunk.

module/geronimo-jetty6


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\Apache\geronimo\trunk\modules\geronimo-jetty6\src\main\java\org\apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[35,7]
 org.apache.geronimo.jetty6.cluster.ClusteredSessionManager is not
abstract and does not override abstract method
removeSession(java.lang.String) in
org.mortbay.jetty.servlet.AbstractSessionManager

Re: Build break on trunk : geronimo-jetty6 module

Posted by David Jencks <da...@yahoo.com>.
There was a change in jetty's AbstractSessionManager.  I opened  
GERONIMO-2669 and committed enough of a fix so g. compiles.  However  
Gianni or someone who knows what is going on needs to look at it more  
closely.

thanks
david jencks

On Dec 16, 2006, at 12:42 PM, Prasad Kashyap wrote:

> Build break on trunk.
>
> module/geronimo-jetty6
>
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD FAILURE
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Compilation failure
>
> C:\Apache\geronimo\trunk\modules\geronimo-jetty6\src\main\java\org 
> \apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[35,7]
> org.apache.geronimo.jetty6.cluster.ClusteredSessionManager is not
> abstract and does not override abstract method
> removeSession(java.lang.String) in
> org.mortbay.jetty.servlet.AbstractSessionManager