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=20340>. 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=20340 Circular reference check in VectorSerializer sometimes fails Summary: Circular reference check in VectorSerializer sometimes fails Product: Axis Version: 1.1rc2 Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The circular reference check in VectorSerializer can give false positives. IdentityHashMap converts the IDKey objects used as keys to a String. This defeats the code in IDKey that makes sure the objects are different if the hashCode is the same. This patch uses the IDKey objects as the key.
