Re: processToStream and ConcurrentModificationException

2004-04-26 Thread Leszek Gawron
On Mon, Apr 26, 2004 at 12:40:16AM +0200, Gianugo Rabellino wrote: On Apr 25, 2004, at 11:18 PM, Leszek Gawron wrote: Could anybody explain why I get ConcurrentModificationException with this code: this is a known issue with the FileSource: if you look at your context directory, you

Re: processToStream and ConcurrentModificationException

2004-04-26 Thread Sylvain Wallez
Leszek Gawron wrote: Could anybody explain why I get ConcurrentModificationException with this code: function test() { var str = rootguid[EMAIL PROTECTED]/guidcontractor1/contractorpositionspositionabc/positionpositionabcd/positionpositionabce/position/positions/root; var buffer = new

Re: processToStream and ConcurrentModificationException

2004-04-26 Thread Leszek Gawron
On Mon, Apr 26, 2004 at 09:37:10AM +0200, Sylvain Wallez wrote: Leszek Gawron wrote: Could anybody explain why I get ConcurrentModificationException with this code: function test() { var str = rootguid[EMAIL

Re: processToStream and ConcurrentModificationException

2004-04-25 Thread Gianugo Rabellino
On Apr 25, 2004, at 11:18 PM, Leszek Gawron wrote: Could anybody explain why I get ConcurrentModificationException with this code: this is a known issue with the FileSource: if you look at your context directory, you will see a test.xml.tmp file (or something of sort). Remove it and you'll be