You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Per Steffensen <st...@brics.dk> on 2000/11/16 08:53:01 UTC

finalize not called on my processor

Hi

I am making my own processor by subclassing. I works ok until now, but I have some things that I want to be done when the processor is shut down by cocoon. I need an opposit of init. I use finalize, but it seems not to be called. Where can I put my "finalization"-code? How can I make sure that finalize() is called.

Thanx