DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12741>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12741 Multithreaded Axis client causes serialization exceptions in Axis service ------- Additional Comments From [EMAIL PROTECTED] 2002-09-17 19:50 ------- Adding synchronized keyword to getSerializerAs method in BaseSerializerFactory and BaseDeserializerFactory does fix the problem. I added the synchronized to both classes since they both seem to be using the same logic for boolean firstCall. I have not created a patch yet since I do not have CVS installed. I can probably give you a unified diff if you need it.