Re: Session is not my Session?

2008-06-27 Thread Gwyn Evans
Guessing, but could different class loaders be involved? /Gwyn On Fri, Jun 27, 2008 at 2:26 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: How can this happen, it clearly states that it are a ZeuzSession.class in the log?: if

Re: Session is not my Session?

2008-06-27 Thread Igor Vaynberg
are you using reloading class filter/servlet? -igor On Fri, Jun 27, 2008 at 6:26 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: How can this happen, it clearly states that it are a ZeuzSession.class in the log?: if

Re: Session is not my Session?

2008-06-27 Thread Nino Saturnino Martinez Vazquez Wael
Not deliberately, it happens both in deployment mode and development mode. Im using the standard jetty start.java, from quickstart it also happens on tomcat. And wicket 1.3.4 (but also happened on 1.3.3). Im using a whole buch of dependencies.: wicket-spring wicket-spring-annot

Re: Session is not my Session?

2008-06-27 Thread Igor Vaynberg
do you redeploy the app without shutting down the server? -igor On Fri, Jun 27, 2008 at 9:32 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Not deliberately, it happens both in deployment mode and development mode. Im using the standard jetty start.java, from quickstart it

Re: Session is not my Session?

2008-06-27 Thread Nino Saturnino Martinez Vazquez Wael
Well, with my jetty on my dev machine it shuts down, since I start/stop jetty alot... But on my production server, it redeploys, sometimes tomcat gets non responsive so I restart tomcat or restart the machine.. I also got the perm gen error but got that fixed by setting up gc on perm gen..

Re: Session is not my Session?

2008-06-27 Thread Igor Vaynberg
well. it looks like you got the same class loaded in two classloaders. however that happens it has to be an artifact of your environment. -igor On Fri, Jun 27, 2008 at 10:00 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Well, with my jetty on my dev machine it shuts down,

Re: Session is not my Session?

2008-06-27 Thread Nino Saturnino Martinez Vazquez Wael
ok i'll try to clean it and see what happens... Igor Vaynberg wrote: well. it looks like you got the same class loaded in two classloaders. however that happens it has to be an artifact of your environment. -igor On Fri, Jun 27, 2008 at 10:00 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL