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

Re: Thread safety question

2010-12-06 Thread Raman Gupta
On 12/06/2010 11:57 AM, Andy wrote: Hi, I posted this question on the user mailing list but I'm not sure if the answer I got was accurate so I thought to ask the developer list. Is *XmlObject.Factory.parse() *thread-safe? I have many concurrent threads calling this method and want to make

RE: Thread safety question

2010-12-06 Thread Andy
into unique XmlObject instances. Thanks for responding. If anyone else has any feedback as well, please let me know. Andy Date: Mon, 6 Dec 2010 15:10:13 -0500 From: rocketra...@fastmail.fm To: andrh...@hotmail.com CC: dev@xmlbeans.apache.org Subject: Re: Thread safety question On 12/06