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 "Chelski (JIRA)" <ax...@ws.apache.org> on 2006/04/25 06:35:06 UTC

[jira] Created: (AXIS-2467) Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide

Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide
--------------------------------------------------------------------------------------------------------

         Key: AXIS-2467
         URL: http://issues.apache.org/jira/browse/AXIS-2467
     Project: Apache Axis
        Type: Bug

  Components: WSDL processing  
    Versions: 1.3    
    Reporter: Chelski


See http://issues.apache.org/jira/browse/AXIS-1039, which had been issued for 2 years. I'm not sure what is the default option for --typeMappingVersion, 1.1 ? or 1.2 ?

The inconsistent description can be found in $AXIS_HOME/docs/reference.html

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-2467) Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide

Posted by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2467?page=all ]

Bjorn Townsend updated AXIS-2467:
---------------------------------

    Attachment: reference.html.patch

Looks like this is set in org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum, and it's 1.1:

public class TypeMappingVersionEnum extends EnumeratedAttribute {
    public String[] getValues() {
        return new String[]{"1.0", "1.1", "1.2", "1.3"};
    }

    /**
     * default mapping version is 1.1
     */
    public static final String DEFAULT_VERSION="1.1";
} 

I'm attatching a diff of reference-guide.html fixing this. Axis developers, please let me know if this should be updated to 1.2, in which case I'll update the docs and create a patch for the TypeMappingVersionEnum class.  

> Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide
> --------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-2467
>          URL: http://issues.apache.org/jira/browse/AXIS-2467
>      Project: Apache Axis
>         Type: Bug

>   Components: WSDL processing
>     Versions: 1.3
>     Reporter: Chelski
>  Attachments: reference.html.patch
>
> See http://issues.apache.org/jira/browse/AXIS-1039, which had been issued for 2 years. I'm not sure what is the default option for --typeMappingVersion, 1.1 ? or 1.2 ?
> The inconsistent description can be found in $AXIS_HOME/docs/reference.html

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-2467) Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2467?page=comments#action_12376495 ] 

Tom Jordahl commented on AXIS-2467:
-----------------------------------

Please do not change the default for this switch in the WSDL2Java code.

Summary: This switch is a mess.
Details: It was implemented to mean one thing, which it didn't do, changed to do something else, then got enhanced to provide new stuff.

I would be happy if we removed the whole thing entirely because it doesn't work for almost anything you try to use for.


> Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide
> --------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-2467
>          URL: http://issues.apache.org/jira/browse/AXIS-2467
>      Project: Apache Axis
>         Type: Bug

>   Components: WSDL processing
>     Versions: 1.3
>     Reporter: Chelski
>  Attachments: reference.html.patch
>
> See http://issues.apache.org/jira/browse/AXIS-1039, which had been issued for 2 years. I'm not sure what is the default option for --typeMappingVersion, 1.1 ? or 1.2 ?
> The inconsistent description can be found in $AXIS_HOME/docs/reference.html

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira