Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 3474 invoked from network); 26 Jan 2009 21:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2009 21:22:34 -0000 Received: (qmail 49463 invoked by uid 500); 26 Jan 2009 21:22:31 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 49452 invoked by uid 500); 26 Jan 2009 21:22:31 -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 49431 invoked by uid 99); 26 Jan 2009 21:22:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 13:22:31 -0800 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; Mon, 26 Jan 2009 21:22:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABD10234C498 for ; Mon, 26 Jan 2009 13:21:59 -0800 (PST) Message-ID: <2092271210.1233004919702.JavaMail.jira@brutus> Date: Mon, 26 Jan 2009 13:21:59 -0800 (PST) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-1690) java2wsdl generates incorrect targetnamespace in the wsdl In-Reply-To: <396367474.1215292716976.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-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-1690. ------------------------------ Resolution: Cannot Reproduce Fix Version/s: Invalid Assignee: Daniel Kulp Marking this as non-reproduceable. Current wsdl generation looks fine and no test has been produced after asking for nearly 6 months. > java2wsdl generates incorrect targetnamespace in the wsdl > --------------------------------------------------------- > > Key: CXF-1690 > URL: https://issues.apache.org/jira/browse/CXF-1690 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.0.7 > Environment: Windows XP, java 6, CXF 2.0.7, maven 2.0.9, cxf-codegen-plugin 2.0.7(java2wsdl) > Reporter: Lajos Kesik > Assignee: Daniel Kulp > Priority: Critical > Fix For: Invalid > > Original Estimate: 1h > Remaining Estimate: 1h > > There is an annotation on the exception class: > @WebFault(targetNamespace="http://xxx.demo.com", faultBean="com.demo.yyy.DemoExceptionBean") > public class DemoException extends Exception implements Serializable{...... > java2wsdl does not use the defined targetNamespace in wsdl generation. > The DemoException in the wsdl does not have the target namespace definition. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.