The answer it's b), you have to pass the option when you first create a
new xml store, which happens when you create a new XmlObject, through
newInstance() or parse(). If unsynchronized option is used, the
following access to the store will be unsynchronized.

Cezar

> -----Original Message-----
> From: Christoph Kutzinski [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 27, 2006 9:29 AM
> To: [email protected]
> Subject: What does XmlOptions.UNSYNCHRONIZED mean?
> 
> Hi,
> 
> could someone explain what XmlOptions.UNSYNCHRONIZED actually does?
> When do I have to specify this option:
> a) when I compile the schema
> or
> b) when I created new XMLbeans instances. I.e.:
> 
> XmlOptions opt = new XmlOptions();
> opt.setUnsynchronized();
> XmlObject obj = MyObjectType.Factory.newInstance( opt );
> 
> Is my instance now unsynchronized or not?
> 
> 
> thanks,
> Christoph
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to