ADB generated classes are missing MY_QNAME property when using ANT codegen task
-------------------------------------------------------------------------------

                 Key: AXIS2-5000
                 URL: https://issues.apache.org/jira/browse/AXIS2-5000
             Project: Axis2
          Issue Type: Bug
          Components: adb, codegen
    Affects Versions: 1.5.1
         Environment: Windows XP 64, RAD 7.5.5 using Ant.
            Reporter: Doug Holubek


I want to use the below ADB code to convert to and from an XML string but I'm 
noticing all of my generated code (skeleton or stub) is missing the MY_QNAME 
field.  I'm using the Ant codegen tool... I didn't see any options that jump 
out at me from this link ( 
http://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html#cmdref ) 
 as far as what I might be missing.

OMElement myElement= myObject.getOMElement(
                                                MyObject.MY_QNAME,
                                                
OMAbstractFactory.getOMFactory())

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to