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