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/09/17 11:01:54 UTC

DO NOT REPLY [Bug 23210] - CastorSerializer contains bug.

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

CastorSerializer contains bug.





------- Additional Comments From apache@boerema.demon.nl  2003-09-17 09:01 -------
The CastorSerializer contains bug, causing the DeSerialization process to fail
on the client side:

In methode serialize

The line context.startElement(name, attributes);

and in the finally:
 context.endelement

should be removed.