Re: [digester] how to make digester thread safe ?

2006-07-02 Thread Simon Kitching
On Tue, 2006-06-27 at 17:26 +0200, Nicolas De Loof wrote: Hello guys, My app recieves an XML doc that is parsed using commons-digester. As a digester instance is not thread-safe, I have to build a new digester on every incoming request based on my rules file. Is there a way to create a

[digester] how to make digester thread safe ?

2006-06-27 Thread Nicolas De Loof
Hello guys, My app recieves an XML doc that is parsed using commons-digester. As a digester instance is not thread-safe, I have to build a new digester on every incoming request based on my rules file. Is there a way to create a template digester from rules and to clone for a specific