Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 2945 invoked from network); 5 Nov 2007 15:05:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 15:05:14 -0000 Received: (qmail 87976 invoked by uid 500); 5 Nov 2007 15:05:01 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 87960 invoked by uid 500); 5 Nov 2007 15:05:01 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 87937 invoked by uid 99); 5 Nov 2007 15:05:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 07:05:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 15:05:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A326B71420D for ; Mon, 5 Nov 2007 07:04:50 -0800 (PST) Message-ID: <12988726.1194275090664.JavaMail.jira@brutus> Date: Mon, 5 Nov 2007 07:04:50 -0800 (PST) From: "Edell Nolan (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1169) wsdl2java from maven-code-gen plugin has validation and no warning suppression - wsdl with no service blows with error warning ... In-Reply-To: <16908469.1194013250595.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 [ https://issues.apache.org/jira/browse/CXF-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edell Nolan updated CXF-1169: ----------------------------- If the wsdl is valid without services then we really shouldn't throw warnings. We are going to get warnings in the idltowsdl tools when a user chooses to split the generated wsdl into logical and physical wsdls if we want to validate them. So I would agree to get rid of this warning. cheers, Edell. > wsdl2java from maven-code-gen plugin has validation and no warning suppression - wsdl with no service blows with error warning ... > ---------------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-1169 > URL: https://issues.apache.org/jira/browse/CXF-1169 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0.3 > Reporter: Gary Tully > Assignee: maomaode > Fix For: 2.0.3 > > Attachments: suppressWarn.patch > > > validation with no warning suppression cause wsdl2java from maven-code-gen to blow with Error Warning for logical wsdl. That is wsdl that has no services defined. Having suppressWarnings on by default in the WSDLToJavaContaner fixes this. > wsde2java command line tool does the suppression ok. > Either the warning is not valid or wsdl2java from maven should always disable it because a wsdl with no services is perfectly valid. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.