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 2002/11/12 18:57:19 UTC

DO NOT REPLY [Bug 14484] New: - Deserialization of complex classes throws SAXException

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

Deserialization of complex classes throws SAXException

           Summary: Deserialization of complex classes throws SAXException
           Product: Axis
           Version: 1.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: karthik.jayaprakasham@ldc.lu.se


When calling a AXIS generated webservice from a java class,implementing SOAP 
1.1, you get a SAX exception back from the AXIS webservice.
In specific, a javabean that has a property (lets say NEWPROPERTY) of type 
JavaBean[], has to be given serializers/deserializers in the java class, 
implementing SOAP 1.1. 

But when the call is routed to the AXIS web service, the AXIS web service 
throws a org.xml.sax.SAXException that deserializers are not found for 
NEWPROPERTY. The release documentation of axis quotes:
"Automatic serialization/deserialization of Java Beans, including customizable 
mapping of fields to XML elements/attributes" in URL
http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html

Perhaps bug is related to bud id 12758