On 10-07-20 09:36 AM, Andrus Adamchik wrote:
Also I think we should add this shutdown code to Cayenne
WebApplicationContextFilter. Will log a Jira for 3.0.1.
Andrus
Excellent. Thank you.
On Jul 20, 2010, at 4:34 PM, Andrus Adamchik wrote:
You are probably using hot redeploy. In this case you will need to
shut down EventManager in a "destroy" method of your servlet or
filter. This will kill those cayenne-edt threads from the undeployed
application.
Andrus
Yes I am using hot redeploy for debugging purposes at the moment.