Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 13411 invoked from network); 25 Apr 2006 22:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 22:29:29 -0000 Received: (qmail 37234 invoked by uid 500); 25 Apr 2006 22:29:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 37192 invoked by uid 500); 25 Apr 2006 22:29:25 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 37181 invoked by uid 99); 25 Apr 2006 22:29:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 15:29:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 15:29:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2B937142B6 for ; Tue, 25 Apr 2006 22:29:03 +0000 (GMT) Message-ID: <39405700.1146004143664.JavaMail.root@brutus> Date: Tue, 25 Apr 2006 22:29:03 +0000 (GMT+00:00) From: "Bjorn Townsend (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-2467) Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion option in Axis Reference Guide In-Reply-To: <32472137.1145939706091.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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