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]

Reply via email to