From personal experience, I can say no. This is an issue we're still having. Somewhere down the call stack of the unmarshal method, there is a race condition.

Jerome Michaudon wrote:

Hi,
before diving into casto sources, I'd like to know if so can tell me if the
following method is thread-safe:

f()
{
Unmarshaller unmarshaller = new Unmarshaller(MyClass.class);
unmarshaller.setValidation(true);
MyClass obj = (MyClass) unmarshaller.unmarshal(reader);
}

Thanks.
Jerome

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev


----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to