Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 91595 invoked from network); 16 Mar 2007 06:03:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 06:03:32 -0000 Received: (qmail 23931 invoked by uid 500); 16 Mar 2007 06:03:40 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 23926 invoked by uid 500); 16 Mar 2007 06:03:40 -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 23674 invoked by uid 99); 16 Mar 2007 06:03:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 23:03:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 15 Mar 2007 23:03:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6885F410994 for ; Thu, 15 Mar 2007 23:03:09 -0700 (PDT) Message-ID: <27182222.1174024989425.JavaMail.jira@brutus> Date: Thu, 15 Mar 2007 23:03:09 -0700 (PDT) From: "Bharath Ganesh (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-463) Partial webservice annotation on the SEI but the implementor has complete attributes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Partial webservice annotation on the SEI but the implementor has complete attributes ------------------------------------------------------------------------------------ Key: CXF-463 URL: https://issues.apache.org/jira/browse/CXF-463 Project: CXF Issue Type: Bug Components: Core Reporter: Bharath Ganesh Priority: Critical The wsdllocation annotation can be present in the implementor class but absent in the endpointInterface. In JaxWsImplementorInfo when getWsdlLocation() method is invoked, it checks if seiAnnotation is present. Since it is present it just returns seiAnnotation.wsdlLocation(), which will be empty string. Ideally it should check if it is non-empty else read the attribute from the implementor class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.