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 ax...@ws.apache.org on 2004/10/13 05:28:51 UTC

[jira] Updated: (AXIS-1454) simple type restrictions no longer create class

The following issue has been updated:

    Updater: Simon Fell (mailto:sfell@salesforce.com)
       Date: Tue, 12 Oct 2004 8:28 PM
    Comment:
wsdl attached. the definition of ID is around line 1400
    Changes:
             Attachment changed to enterprise.wsdl
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1454?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1454

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1454
    Summary: simple type restrictions no longer create class
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             beta-2

   Assignee: 
   Reporter: Simon Fell

    Created: Wed, 14 Jul 2004 5:04 PM
    Updated: Tue, 12 Oct 2004 8:28 PM
Environment: XP, SDK 1.4.2_03

Description:
running WSDL2Java on a wsdl that includes a simple type restriction, e.g.
            <simpleType name="ID">
                <restriction base="xsd:string">
                    <length value="18"/>
                    <pattern value='[a-zA-Z0-9]{18}'/>
                </restriction>
            </simpleType>

in Axis 1.1, this creates a new type called ID, with beta2, this is just mapped to string. This make existing client code (written against an Axis 1.1 generated stub) incompatible.


---------------------------------------------------------------------
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