You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/05/16 06:36:38 UTC

DO NOT REPLY [Bug 19977] New: - MessageElement.setDirty does not propagate up and trigger re-serialization

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=19977>.
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=19977

MessageElement.setDirty does not propagate up and trigger re-serialization

           Summary: MessageElement.setDirty does not propagate up and
                    trigger re-serialization
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: chris.haddad@cobia.net


setting the dirty flag to true on a MessageElement child does not propagate up 
to the parent elements.  the result is that the recorder's cached serialization 
stream will be played back instead of the revised values.