Re: Concurrency issue .... resulved.

2004-12-16 Thread Joseph Kesselman
On Thursday, 12/16/2004 at 08:46 MST, "Edward L. Knoll" <[EMAIL PROTECTED]> wrote: > I still haven't heard; should Node/NodeList be safe to access currently > for read only kind of operations? No promises. I think the basic DOM is somewhat safe under read. I doubt the deferred DOM is, since by

Re: Concurrency issue .... resulved.

2004-12-16 Thread Edward L. Knoll
Resolved (probably). Each ContentHandler instance when created was getting a reference to the root document node of the XML file representing the static/common filter. Now I return: (Element) Document.getDocumentElement().cloneNode(true); This actually didn't eliminate all my exceptions at f