Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 44741 invoked from network); 9 Sep 2008 11:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 11:18:43 -0000 Received: (qmail 96229 invoked by uid 500); 9 Sep 2008 11:18:40 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 96220 invoked by uid 500); 9 Sep 2008 11:18:40 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 96209 invoked by uid 99); 9 Sep 2008 11:18:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 04:18:40 -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; Tue, 09 Sep 2008 11:17:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C89D234C1D3 for ; Tue, 9 Sep 2008 04:17:44 -0700 (PDT) Message-ID: <1724820526.1220959064640.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 04:17:44 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1789) Inconsistent @WebParam behaviour - wrong default namespace, wrong type name In-Reply-To: <1697001620.1220958584417.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-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629448#action_12629448 ] Benson Margulies commented on CXF-1789: --------------------------------------- Please supply the complete test case. In particular, indicate what front end you are using and how you are configuring it. > Inconsistent @WebParam behaviour - wrong default namespace, wrong type name > --------------------------------------------------------------------------- > > Key: CXF-1789 > URL: https://issues.apache.org/jira/browse/CXF-1789 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.1.2, 2.1.3 > Reporter: Jara Cesnek > > CXF 2.1.2 Aegis Databinding, > Java : > @WebService(name="wsrbadresa",serviceName="wsrbadresa",targetNamespace="http://rb.ws.daisy.marbes.cz") > public class WSGetRBAdresa > @WebMethod > public List getStatList(@WebParam(name="inputObject") Rb_stat inputObject) { > ... > } > } > @XmlType(name="DOlrb_stat",namespace="http://rb.lite.ws.daisy.marbes.cz") > public class Rb_stat extends DOlrb_stat { > } > Generate invalid WSDL: > - > > - > - > > > > > > - > - > - > > > > > - > - > > > > > From my point of view webservice class is in one namespace and parameter class Rb_stat is in another. Return is mix of both. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.