There are very few statics in HiveMind. One possibility is PropertyUtils, which maintains a static Map keyed on Class.
Hm. That looks like it is it! Need to invoke PropertyUtils.clearCache() from somewhere (preferably inside RegistryInfrastructureImpl.shutdown() ). On Fri, 29 Oct 2004 16:00:53 +0200, Filip S. Adamsen <[EMAIL PROTECTED]> wrote: > > > Filip S. Adamsen wrote: > > Nick Stuart wrote: > > > >> Hi all. I'm trying to use HiveMind in a web-service and am running > >> into a problem or two > >> > >> First, is that I'm using the HiveMindFilter, and it is working and > >> building the registry just fine. But, when I undeploy the app > >> something isn't releasing because the hivemind modules still act as > >> though they are in use and arent delete. Using tomcat 5.0.x if that > >> matters, and I can only delete the files if I shutdown tomcat. > > > > > > I have the same problem. For now, since I can't figure out what's wrong, > > I have asked Tomcat (5.0.28) to not unpack my WAR. For some reason, this > > seems to work. I'm using Windows XP SP2, BTW. What about you? > > I just tried undeploying my application on a Linux server, and it worked > just fine. But my Windows one keeps holding a lock on some of my files, > more specifically all files containing HiveMind code and services. > > How could this be? Perhaps some dangling static references somewhere? > > -Filip > > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
