https://issues.apache.org/bugzilla/show_bug.cgi?id=56814

--- Comment #5 from Yaniv Kunda <[email protected]> ---
Eventually I did some testing and as long as it is not changed from different
threads, a DocumentBuilderFactory can produce new DocumentBuilder objects from
different threads without a problem.
Regarding DocumentBuilder, for the purpose of parsing I created a new one for
each invocation of SAXHelper.readSAXDocument, but for
DocumentHelper.newDocument I used a static DocumentBuilder, as it does change
its state, and only used for that purpose.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to