Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 18793CFD8 for ; Tue, 17 Jul 2012 08:59:38 +0000 (UTC) Received: (qmail 13362 invoked by uid 500); 17 Jul 2012 08:59:36 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 13172 invoked by uid 500); 17 Jul 2012 08:59:36 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 13096 invoked by uid 99); 17 Jul 2012 08:59:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 08:59:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A5E84141BF8 for ; Tue, 17 Jul 2012 08:59:34 +0000 (UTC) Date: Tue, 17 Jul 2012 08:59:34 +0000 (UTC) From: "Sagara Gunathunga (JIRA)" To: java-dev@axis.apache.org Message-ID: <64028329.62886.1342515574681.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (AXIS2-3459) The XSD2Java generation of the following XSD files produces wrong source code (unexisting methods in ConverterUtil class). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-3459. --------------------------------------- Resolution: Cannot Reproduce > The XSD2Java generation of the following XSD files produces wrong source code (unexisting methods in ConverterUtil class). > --------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-3459 > URL: https://issues.apache.org/jira/browse/AXIS2-3459 > Project: Axis2 > Issue Type: Bug > Components: codegen > Affects Versions: 1.3 > Environment: Windows XP/Vista, Java 1.4.2_15 > Reporter: Heinz Zerbes > Attachments: cm.zip > > > The XSD2Java generation of the following XSD files produces wrong source code (not compilable). The reference of XSD elements defined in imported XSD files produces wrong (unexisting) method calls of the ConverterUtil class. > The attachment cm.zip containes the files CmCcServiceRequest.xsd, CmCcServiceResponsexsd. > Please call somthing like XSD2Java CmCcServiceRequest.xsd c:/temp > In the generated files (e.g. UpdatePerformed.java) you can find unexisting method calls for the class ConverterUtil: > object.setUpdateId(org.apache.axis2.databinding.utils.ConverterUtil.convertToUpdateId_type0(content)); // the method convertToUpdateId_type0() does not exist -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org