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 ji...@apache.org on 2004/04/10 23:31:43 UTC

[jira] Reopened: (AXIS-1280) WSDL2Java does not generate String constructor for Union simple type

Message:

   The following issue has been reopened.

   Reopener: Davanum Srinivas
       Date: Sat, 10 Apr 2004 2:30 PM

Please upload WSDL/XSD for us to recreate the problem.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1280

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1280
    Summary: WSDL2Java does not generate String constructor for Union simple type
       Type: Bug

     Status: Reopened
   Priority: Blocker

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             1.1

   Assignee: Davanum Srinivas
   Reporter: Vishnu Palaniswamy

    Created: Thu, 1 Apr 2004 12:36 PM
    Updated: Sat, 10 Apr 2004 2:30 PM
Environment: Windows 2000, JRE 1.4.2_01-b06

Description:
When WSDL2Java generates a Java class for the simple type shown in the schema fragment below, it does not produce the String constructor. As a result, Java classes generated for all other types that extend from 'DateOrDateTimeType' are in error.

<xs:simpleType name="DateOrDateTimeType">
  <xs:union memberTypes="xs:date xs:dateTime"/>
</xs:simpleType>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira