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=14264>. 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=14264 JavaEnumTypeWrite generated class not correctly deserialized. Summary: JavaEnumTypeWrite generated class not correctly deserialized. Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The Java class generated by JavaEnumTypeWriter cannot be properly deserialized when using ObjectInputStream. The deserialization creates a new Enum object and therefore == is no longer true. I have attached a patch that should correct this.