Re: svn commit: r1301177 - /commons/proper/digester/trunk/core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java

2012-03-16 Thread Simone Tripodi
Hi Seb! If the problem is due to multi-threading issues, isn't that because the same instance is being shared between threads, presumably on purpose? while it is known that the Digester is not thread-safety, the DigesterLoader (that corresponds to its Factory, or Builder) shall allow users

Re: svn commit: r1301177 - /commons/proper/digester/trunk/core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java

2012-03-15 Thread sebb
On 15 March 2012 20:09, simonetrip...@apache.org wrote: Author: simonetripodi Date: Thu Mar 15 20:09:31 2012 New Revision: 1301177 URL: http://svn.apache.org/viewvc?rev=1301177view=rev Log: potential fix for [DIGESTER-163] If the problem is due to multi-threading issues, isn't that