On Thu, Jul 30, 2009 at 12:16 PM, Simon Laws<[email protected]> wrote: > On Thu, Jul 30, 2009 at 11:54 AM, ant elder<[email protected]> wrote: >> On Tue, Jul 28, 2009 at 8:55 AM, <[email protected]> wrote: >>> Author: slaws >>> Date: Tue Jul 28 07:54:59 2009 >>> New Revision: 798434 >>> >>> URL: http://svn.apache.org/viewvc?rev=798434&view=rev >>> Log: >>> Create a Tuscany specific listener manager so that the shutdown hook is >>> cleared properly on runtime shutdown. >>> >> >> I'm still seeing quite a few >> >> 2009-07-30 11:37:29.906::INFO: Shutdown hook executing >> 2009-07-30 11:37:29.906::INFO: Shutdown hook complete >> >> type messages at the end of builds, I'd thought this commit would have >> stoped that as the shutdown hooks would now be removed when the >> runtime is stopped. So is this expected after the fixes in this commit >> or is it an indication that there are still things not being tidied up >> properly? >> >> ...ant >> > > I think it means that not everything it being removed. Maybe I didn't > apply this change properly. Can you tell which hooks are executing? > > Simon >
Yes, it was a Jetty server shutdown hook that wasn't getting cleaned up. I've fixed that now. Jetty has a generic hook that I can't find any API to remove so there is still a single one left but its just the one not one per server as was happening before. ...ant
