Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 15329 invoked from network); 20 Mar 2008 23:15:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2008 23:15:32 -0000 Received: (qmail 87884 invoked by uid 500); 20 Mar 2008 23:15:30 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 87867 invoked by uid 500); 20 Mar 2008 23:15:30 -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 87840 invoked by uid 99); 20 Mar 2008 23:15:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 16:15:30 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 23:14:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3E8F234C0A8 for ; Thu, 20 Mar 2008 16:13:24 -0700 (PDT) Message-ID: <543515205.1206054804932.JavaMail.jira@brutus> Date: Thu, 20 Mar 2008 16:13:24 -0700 (PDT) From: "Javier Delgadillo (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1482) List parameters don't map to xsd:double in generated WSDL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org List parameters don't map to xsd:double in generated WSDL ----------------------------------------------------------------- Key: CXF-1482 URL: https://issues.apache.org/jira/browse/CXF-1482 Project: CXF Issue Type: Bug Components: Aegis Databinding, Soap Binding Affects Versions: 2.1 Environment: Glassfish App Server Reporter: Javier Delgadillo When using the Mar 14 snapshot build of 2.1, CXF outputs less than desirable WSDL for any service that has an input parameter of type List when used in conjuction with Aegis Mapping files. With previous builds, the List would map to xsd:double, but now it creates its own namespace. Here's the interface: public interface Foo { int bar( List doublesList ); } Here's the Aegis mapping file: Here's the generated WSDL: -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.