DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-27 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-27 18:08 --- Thanks Remy, that sovled the issue! The listeners are no longer null so the attributeRemoved() method of my HttpSessionAttributeListener

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-25 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RE

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-19 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|RE

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-15 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-16 01:48 --- Just to be clear, the listeners are null only when Tomcat is removing non-serializable attributes. Listeners exist (as they should) when attr

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-13 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-14 05:50 --- Hi Remy, You are right. valueUnbound() *is* being called. The problem is, my registered SessionAttributeListener isn't being called (

Re: DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-13 Thread Jess Holle
http://issues.apache.org/bugzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-13 09:44 --- The sessionDestroyed timing problem is what the 2.3 specification mandated (this was a mistake obviously), so you canno

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-13 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-13 09:44 --- The sessionDestroyed timing problem is what the 2.3 specification mandated (this was a mistake obviously), so you cannot have something po

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-12 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-13 05:22 --- You were right, Remy, After some investigation, I figured out that one of the packages I was using added a session attribute whose job was to

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-11 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-12 01:06 --- Hi Remy, I have to admit, it looks pretty rock solid, but how is it that in 5.0.20 my session serialized/deserialized *without* error and gav

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-11 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-11 11:28 --- Please don't bother. The new code in writeObject is: // Accumulate the names of serializable and non-serializable

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-10 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2004-04-11 06:12 --- I believe the fix for this issue has caused another one. The Tomcat-5.0.21 changlog says the following about the fix for this bug report...

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-03-25 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called --- Additional Comments From [EMAIL PROTECTED] 2003-03-31 01:42 --- With version 4.1.24 it does call it on a timeout. However, it does not call it if Tomcat is shut down and if the listener class is not serial

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
That makes a lot of sense - thank you. - dave - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 5:54 PM Subject: Re: HttpSessionBindingListener.valueUnbound() no

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread Hans Bergsten
t should in 4.1.24. Hans - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: ""Hans Bergsten"" <[EMAIL PROTECTED]> Cc: "Tomcat - dev" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 1:04 PM Subject: Re: HttpSessionBindin

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
ROTECTED]> To: ""Hans Bergsten"" <[EMAIL PROTECTED]> Cc: "Tomcat - dev" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 1:04 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called Nope - with 4.1.24 I still get called for valueBound() but n

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
List" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 2:19 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called > David Thielen wrote: > > Hi; > > > > I have an object that implements HttpSessionBindingListener. It calls > > valueBound fine.

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-29 Thread Hans Bergsten
David Thielen wrote: Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? It works fine in TC 4.1.24, so you may want to upgrade. Hans -- Han

HttpSessionBindingListener.valueUnbound() not called

2003-03-29 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave - T

HttpSessionBindingListener.valueUnbound() not called

2003-03-28 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave - T

DO NOT REPLY [Bug 18479] New: - HttpSessionBindingListener.valueUnbound() not called

2003-03-28 Thread bugzilla
gzilla/show_bug.cgi?id=18479 HttpSessionBindingListener.valueUnbound() not called Summary: HttpSessionBindingListener.valueUnbound() not called Product: Tomcat 4 Version: 4.1.18 Platform: PC OS/Version: Other Status: NEW Severity: