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 "Wally Dennis (JIRA)" <ji...@apache.org> on 2010/10/13 15:50:32 UTC

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

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