Overloading "finalize" will not work because the JVM is not forced to call
this method immediately when the class becomes eligible to garbage
collection (in fact it might not call it at all). So you might end up with
your clean up code not executed before the page is reinitialized, or even
not exe
Hi cocooners,
I'm running cocoon 2 in weblogic 6.0 on Windows 2000, and there's a big
problem in that the sitemap is not reloaded if I change it.
In my understanding it should be reloaded as soon as it changes.
Am I missing something ?
Is the sitemap reloading working on other platforms ?
Thanks