On Sep 21, 2006, at 1:06 AM, Gianny Damour wrote:

Hi David,

If you are not too fast, I can have a look to the WADI integration over the week-end (I have some WADI enhancements to complete first). Also, do you know if Jetty6 AbstractSessionManager will be updated to allow import and export of Sessions. This will simplify the WADI integration.

Greg added addSession and removeSession methods to the jetty6 AbstractSessionManager to handle the locking/id management. I think this is what we want.... I will try to hook it up where I think it goes but you may get there first.

Many thanks!
david jencks


Thanks,
Gianny


On 21/09/2006, at 5:48 PM, David Jencks wrote:

The jetty6 integration is starting to work. I think there's a problem in jetty6, see http://jira.codehaus.org/browse/JETTY-124, but after applying that patch I now have the webconsole running in the jetty6 assembly in sandbox/javaee5.

Remaining work I know about is porting some more before-afters to Handlers and figuring out where to install them, and figuring out more about the wadi integration. The before-afters are easy, dunno about the wadi stuff.

thanks
david jencks

On Sep 17, 2006, at 3:06 PM, David Jencks wrote:

I think I figured out how to add more handlers. I got the geronimo-jetty6 tests to pass modulo JETTY-119: the jetty WebAppContext currently pokes around in SecurityHandler's internal state and removes our jacc-using JettySecurityHandler.

In the geronimo-jetty6 module whats left is:
-convert before-afters to Handlers and install them in the right place. -hook up the appropriate SessionHandler, which requires at least more info on the AbstractSessionManager question below.

Other remaining work is moving over the javaee5 xml parsing/ munging code and the geronimo-jetty6-builder module.

Do we want to try to support a j2ee1.4 jetty6 version or just jee5 jetty6?

thanks
david jencks

On Sep 16, 2006, at 4:21 PM, David Jencks wrote:


-- AbstractSessionManager doesn't seem to support importing sessions or exporting them. I think it needs to extract a method like:



Reply via email to