RE: Thread safety question

2010-12-08 Thread Cezar Andrei
Andy, The method is thread-safe, as should be all public API XmlObject methods. There is one special case: the usage of a non documented option that would make it not thread safe, which is most probably not your case. Hope this answers your question. Cezar _ From: Andy

RE: Thread safety question

2010-12-08 Thread Andy
Cezar, Thank you very much. I can rest assured now :) Andy Date: Wed, 8 Dec 2010 09:47:39 -0800 From: cezar.and...@oracle.com To: dev@xmlbeans.apache.org Subject: RE: Thread safety question Andy, The method is thread-safe, as should be all public API XmlObject methods.