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 "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2006/05/03 14:52:47 UTC

[jira] Resolved: (AXIS2-659) WSDL2Java generates code that doesn't compile

     [ http://issues.apache.org/jira/browse/AXIS2-659?page=all ]
     
Ajith Harshana Ranabahu resolved AXIS2-659:
-------------------------------------------

    Resolution: Fixed

This is solved in the latest code - please take an update and check

> WSDL2Java generates code that doesn't compile
> ---------------------------------------------
>
>          Key: AXIS2-659
>          URL: http://issues.apache.org/jira/browse/AXIS2-659
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: Tools
>     Versions: 1.0
>  Environment: Axis2 1.0 RC5
>     Reporter: Thilo Frotscher

>
> WSDL2Java generates stub classes containing the following code:
>  _messageContext.getTransportOut().getSender().cleanUp(_messageContext);
> This should be 
>  _messageContext.getTransportOut().getSender().cleanup(_messageContext);
> instead, i.e. "cleanup" with a small "u" instead of capital "U"

-- 
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