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 "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2010/12/27 16:52:46 UTC

[jira] Resolved: (AXIS2-4849) ADB codegen for element "Name" from WSDL will not serialize properly

     [ https://issues.apache.org/jira/browse/AXIS2-4849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-4849.
-------------------------------------------------

    Resolution: Fixed

committed with revision 1053092

> ADB codegen for element "Name" from WSDL will not serialize properly
> --------------------------------------------------------------------
>
>                 Key: AXIS2-4849
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4849
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.5.1
>            Reporter: Wally Dennis
>
> When generating ADB code using wsdl2java, if you have an element called "Name", then the resulting code will not serialize properly.  This is because there is a local variable created in the serialize method called "localName" which masks access the the class member element also called "localName".   Either the local variable needs to be changed to something else or the class member element should be always qualified as this.localName so that this abiguity is eliminated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org