RE: Cluster error when starting up web application

2004-03-01 Thread Filip Hanik \(lists\)
Subject: Re: Cluster error when starting up web application Upon further research, it seems that DeltaSession.setId() fires the sessionCreated events to registered listeners, but this happens before a session is declared valid ( i.e. setValid(true) has not been called ). so when a registered listener

RE: Cluster error when starting up web application

2004-03-01 Thread Filip Hanik \(lists\)
Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 1:40 PM To: Tomcat Users List Subject: RE: Cluster error when starting up web application I just committed a fix into CVS, I didn't change the tellNew, instead I moved setValid(true) before I called tellNew() during session

Re: Cluster error when starting up web application

2004-02-27 Thread Aadi Deshpande
diligent email, open a bug, and I will address this issue shortly. thank you for helping us make better software Filip -Original Message- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:36 PM To: Tomcat Users List Subject: Re: Cluster error when starting

RE: Cluster error when starting up web application

2004-02-26 Thread Filip Hanik \(lists\)
: Cluster error when starting up web application Upon further research, it seems that DeltaSession.setId() fires the sessionCreated events to registered listeners, but this happens before a session is declared valid ( i.e. setValid(true) has not been called ). so when a registered listener tries

Re: Cluster error when starting up web application

2004-02-25 Thread Aadi Deshpande
Upon further research, it seems that DeltaSession.setId() fires the sessionCreated events to registered listeners, but this happens before a session is declared valid ( i.e. setValid(true) has not been called ). so when a registered listener tries to utilize ( what it seems to believe is ) a