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 "Doug Holubek (JIRA)" <ji...@apache.org> on 2011/04/11 22:44:05 UTC

[jira] [Created] (AXIS2-5000) ADB generated classes are missing MY_QNAME property when using ANT codegen task

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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org