Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 70761 invoked from network); 5 Sep 2007 00:05:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 00:05:17 -0000 Received: (qmail 11311 invoked by uid 500); 5 Sep 2007 00:05:11 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 11297 invoked by uid 500); 5 Sep 2007 00:05:11 -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 11288 invoked by uid 99); 5 Sep 2007 00:05:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 17:05:11 -0700 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; Wed, 05 Sep 2007 00:05:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14BF471418F for ; Tue, 4 Sep 2007 17:04:45 -0700 (PDT) Message-ID: <33097361.1188950685081.JavaMail.jira@brutus> Date: Tue, 4 Sep 2007 17:04:45 -0700 (PDT) From: "benson margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-959) Incorrect namespace configuration when generating wsdl In-Reply-To: <29959103.1188581718755.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-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] benson margulies updated CXF-959: --------------------------------- Attachment: 959-patches unit test > Incorrect namespace configuration when generating wsdl > ------------------------------------------------------ > > Key: CXF-959 > URL: https://issues.apache.org/jira/browse/CXF-959 > Project: CXF > Issue Type: Bug > Environment: Using CXF 2.0.1 > Reporter: Brian Sawyer > Assignee: Daniel Kulp > Attachments: 959-patches, cxf-959.jar, cxf-959.patch, name-service.jar > > > Following is an example service and its generated wsdl: > import com.basistech.stuff.Name; > @WebService(name="NameService", targetNamespace="urn:com.basistech.service") > public interface NameService { > @WebMethod > public abstract List listAvailableNames(); > } > > > > > > > > > > > > > > > > ArrayOfName is said to contain an element of type ns1:Name. However, ns1 is set to "http://nameService.basistech.com" when Name is actually located in the "http://stuff.basistech.com" namespace. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.