Re: [Resin-interest] Why is session unbound called after cluster failover?

2007-10-31 Thread Kai Virkki
And to add to this, I noticed that in my cluster setup, both valueUnbound and sessionDestroyed get called when i shutdown the Resin node that the session is currently on. I don't think this is appropriate since the user's session will continue fine on the other Resin node. I have a problem here, be

[Resin-interest] And once again: Shutdown of the webapp in Resin 2.1.17

2007-10-31 Thread Olaf Krische
Hello everyone, in order to have a clean shutdown, i have added a ServletContextListener to the web.xml, which, if contextDestroyed is executed, calls a shutdown procedure (which i also have added as a shutdown hook to the JVM). For example, there is an ExecutorService, whose running tasks need t

[Resin-interest] additional Comet questions

2007-10-31 Thread Robert Varga
Hi Scott and All, I have some additional questions... 1. What is the meaning of the different values returned from the CometController.wake() call? 2. What is the meaning of the different values returned from the CometController.isActive() call? 3. What happens if I call CometController.wake(

[Resin-interest] Why is session unbound called after cluster failover?

2007-10-31 Thread Kai Virkki
Hi! I noticed that the issue with unBound being called is fixed from 3.1.2 -> 3.1.3. 0001820: valueBound isn't called on load from persistent store anymore but valueUnbound still is called on save We have the same problem on 3.0.23. Could it be fixed to the production branch too? best regards,