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/04/17 21:46:54 UTC

DO NOT REPLY [Bug 19126] New: - Castor Deserializer deserializes wrong element

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

Castor Deserializer deserializes wrong element

           Summary: Castor Deserializer deserializes wrong element
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: douglas.bitting@agile.com


The current implementation of the Castor deserializer attempts to deserialize 
the first child of a given node instead of the node itself.  Attached is a 
patch that changes this behavior so that it deserializes the node passed to the 
deserializer.