Say i write my own transformer (or serializer, or generator doesn't matter), is it true then that a new instance of my custom class is created each time it is executed in a pipeline? (uncached) My code relies on a few instance variables (simple ones like Logger but also more crucial ones like StringBuffers for SAX parsing ), I'ld really hate to find out now that instance variables aren't thread safe in cocoon. Any (relieving) comments? Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
