Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 56009 invoked from network); 24 Nov 2007 21:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2007 21:44:04 -0000 Received: (qmail 43813 invoked by uid 500); 24 Nov 2007 21:43:51 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 43800 invoked by uid 500); 24 Nov 2007 21:43:51 -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 43791 invoked by uid 99); 24 Nov 2007 21:43:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 13:43:51 -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; Sat, 24 Nov 2007 21:43:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4202571420E for ; Sat, 24 Nov 2007 13:43:43 -0800 (PST) Message-ID: <2623078.1195940623268.JavaMail.jira@brutus> Date: Sat, 24 Nov 2007 13:43:43 -0800 (PST) From: "Benson Margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1232) Wrapped operation schema element has wrong structure (JAXB+JAXWS) In-Reply-To: <31398931.1195939903226.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-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies reassigned CXF-1232: ------------------------------------- Assignee: Benson Margulies (was: Daniel Kulp) > Wrapped operation schema element has wrong structure (JAXB+JAXWS) > ----------------------------------------------------------------- > > Key: CXF-1232 > URL: https://issues.apache.org/jira/browse/CXF-1232 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.1 > Reporter: Benson Margulies > Assignee: Benson Margulies > > @WebMethod > void beanFunction(@WebParam(name = "bean1") TestBean1 bean, > @WebParam(name = "beanArray") TestBean1[] beans); > The unwrapped operation in the service model has two parts with names as specified by the @WebParam annotations. > However, the 'parameters' part in the wrapped operation has an XML schema that loses these names, and I confess that I'm not entirely sure what it would take to fix it. > I think that it needs two local elements that reference the appropriate complex types. Instead, it has two ref elements, ... > > > net result is two elements of the same name in the XML isn't right. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.