Dims,
Question: So how is the threaded problem fixed? I didn't see any methods that got synchronized in your submit. -- Tom Jordahl Macromedia Server Development -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 6:56 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BaseDeserializerFactory.java BaseSerializerFactory.java BeanDeserializerFactory.java BeanSerializerFactory.java dims 2002/09/17 15:55:47 Modified: java/src/org/apache/axis/encoding/ser BaseDeserializerFactory.java BaseSerializerFactory.java BeanDeserializerFactory.java BeanSerializerFactory.java Log: Possible fix for Bug 12741 - Multithreaded Axis client causes serialization exceptions in Axis service Note: - Got rid of firstCall as it does not protect the code properly in multi-threaded, heavy volume situations.