RE: init() and destroy() in XSP

2001-06-01 Thread Csaba Nagy
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

[C2] Reloading changed sitemap

2001-06-06 Thread Csaba Nagy
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