|
From: Seth L. <set...@gm...> - 2005-02-22 21:43:27
|
On Tue, 22 Feb 2005 08:40:25 -1000, Seth Ladd <set...@gm...> wrote: > Hello, > > I saw this issue mentioned before in JIRA: > > http://opensource.atlassian.com/projects/spring/browse/SPR-324 > > I believe I have a situation that exposes a bug or weakness in the destroy code. > > I posted my explanation to the above issue. I was hoping someone > could check it out and see if I'm interpreting the situation > correctly? I believe that beans should be destroyed in reverse order > of their creation order. Is this the case? I think I solved the problem, and it looks like Spring is doing everything correctly! The problem detailed above manifested itself from extensive use of threading. So one thread was being kicked off from inside a managed bean. Its lifecycle, of course, was not being managed by the container. All good now, sorry for the interruptions. :) Seth -- <a href="http://www.picklematrix.net/foaf.rdf">Seth Ladd's FOAF</a> <a href="http://www.foaf-project.org/">What is FOAF?</a> |