All, Can anyone tell me which parts of Castor's XML framework are thread safe (or not)? Actually let me ask some specific questions:
(1) Can multiple threads use the same Unmarshaller? (2) Can multiple threads use the same Marshaller? (3) Can the unmarshalled objects be read (get field values etc...) by multiple threads safely? (4) Can the unmarshalled objects be changed (change field values) by multiple threads safely? Since I am only using the XML framework I think the above is all I need to worry about. Thanks for your help. Stuart

