You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2007/01/05 22:19:07 UTC

trunk build failure

Building trunk fails for me with:

c:\development\geronimo\modules\geronimo-jetty6\src\main\java\org\apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[142,12]
cannot find symbol
symbol  : constructor Session(java.lang.String)
location: class org.mortbay.jetty.servlet.AbstractSessionManager.Session

Jarek

Re: trunk build failure

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

I am fixing this problem right now. Should be fixed in about 10 minutes.

Sorry for this problem.

Thanks,
Gianny

On 06/01/2007, at 8:19 AM, Jarek Gawor wrote:

> Building trunk fails for me with:
>
> c:\development\geronimo\modules\geronimo-jetty6\src\main\java\org 
> \apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[142,12]
> cannot find symbol
> symbol  : constructor Session(java.lang.String)
> location: class  
> org.mortbay.jetty.servlet.AbstractSessionManager.Session
>
> Jarek


Re: trunk build failure

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hello Alan,

Thanks for fixing the build so quickly. I had some local changes that  
I was not able to commit before these Jetty6 API changes. Hopefully,  
I believe that the new API is now pretty stable as session migration,  
replication, fail-over, redistribution of session states when a  
JettyWebAppContext is stopped and sticky load-balancing is working OK.

Thanks,
Gianny


On 06/01/2007, at 8:27 AM, Alan D. Cabrera wrote:

>
> On Jan 5, 2007, at 1:19 PM, Jarek Gawor wrote:
>
>> Building trunk fails for me with:
>>
>> c:\development\geronimo\modules\geronimo-jetty6\src\main\java\org 
>> \apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[142,12]
>> cannot find symbol
>> symbol  : constructor Session(java.lang.String)
>> location: class  
>> org.mortbay.jetty.servlet.AbstractSessionManager.Session
>
>
> Jetty just changed their signature.  I fixed our code.
>
>
> Regards,
> Alan
>
>


Re: trunk build failure

Posted by Jarek Gawor <jg...@gmail.com>.
Builds fine now. Thanks!

On 1/5/07, Alan D. Cabrera <li...@toolazydogs.com> wrote:
>
> On Jan 5, 2007, at 1:19 PM, Jarek Gawor wrote:
>
> > Building trunk fails for me with:
> >
> > c:\development\geronimo\modules\geronimo-jetty6\src\main\java\org
> > \apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[142,12]
> > cannot find symbol
> > symbol  : constructor Session(java.lang.String)
> > location: class
> > org.mortbay.jetty.servlet.AbstractSessionManager.Session
>
>
> Jetty just changed their signature.  I fixed our code.
>
>
> Regards,
> Alan
>
>
>

Re: trunk build failure

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Jan 5, 2007, at 1:19 PM, Jarek Gawor wrote:

> Building trunk fails for me with:
>
> c:\development\geronimo\modules\geronimo-jetty6\src\main\java\org 
> \apache\geronimo\jetty6\cluster\ClusteredSessionManager.java:[142,12]
> cannot find symbol
> symbol  : constructor Session(java.lang.String)
> location: class  
> org.mortbay.jetty.servlet.AbstractSessionManager.Session


Jetty just changed their signature.  I fixed our code.


Regards,
Alan