On Sun, 17 Feb 2008, Sven Schliesing wrote:
> Neither the constructor of CustomSession nor the constructor of WebSession is
> called. The error occurs much earlier, as you can see in the stack trace
> posted in my first post.
> 
> I think I will drop overriding the default session and work with
> setAttribute()/getAttribute() instead. Seems to save me a lot of trouble...

No, don't give up just yet :) 

I tried your code and realised that you were doing something 
I never tried, namely 

  public class MyApplication extends SpringWebApplication

After removing the word "Spring", i.e.

  public class MyApplication extends WebApplication

your code works.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to