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 "David Green (JIRA)" <ax...@ws.apache.org> on 2005/04/26 23:57:23 UTC

[jira] Commented: (AXIS-1957) BeanSerializer.writeSchema(Class,Types) stop class bug

     [ http://issues.apache.org/jira/browse/AXIS-1957?page=comments#action_63851 ]
     
David Green commented on AXIS-1957:
-----------------------------------

Invalid generated WSDL appears as follows:

  <complexType name="SystemException">
    <complexContent>
     <extension base="">
      <sequence>
       <element name="code" type="xsd:int"/>
       <element name="message" nillable="true" type="soapenc:string"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>

Notice that the extension/@base is empty!!

> BeanSerializer.writeSchema(Class,Types) stop class bug
> ------------------------------------------------------
>
>          Key: AXIS-1957
>          URL: http://issues.apache.org/jira/browse/AXIS-1957
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2RC3
>     Reporter: David Green
>  Attachments: BeanSerializer.patch.txt
>
> BeanSerializer Emitted WSDL is incorrect for exception types that extend RuntimeException
> Hard-coded stop classes should include RuntimeException.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira