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/05/11 17:54:56 UTC

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

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Tue, 11 May 2004 8:53 AM

Fixed in latest cvs.
---------------------------------------------------------------------
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: Closed
   Priority: Blocker
 Resolution: FIXED

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             1.1

   Assignee: Davanum Srinivas
   Reporter: Vishnu Palaniswamy

    Created: Thu, 1 Apr 2004 12:36 PM
    Updated: Tue, 11 May 2004 8:53 AM
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