Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54F4610739 for ; Wed, 11 Dec 2013 20:40:07 +0000 (UTC) Received: (qmail 46415 invoked by uid 500); 11 Dec 2013 20:40:07 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 46392 invoked by uid 500); 11 Dec 2013 20:40:07 -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 46383 invoked by uid 99); 11 Dec 2013 20:40:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 20:40:07 +0000 Date: Wed, 11 Dec 2013 20:40:07 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5456) Generated "Impls" should be based off the service/port, not portType MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Kulp created CXF-5456: -------------------------------- Summary: Generated "Impls" should be based off the service/port, not portType Key: CXF-5456 URL: https://issues.apache.org/jira/browse/CXF-5456 Project: CXF Issue Type: Bug Affects Versions: 3.0.0-milestone1 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 3.0.0-milestone2 The generated impls have the service name and port name burned into the @WebService annotation. Thus, they should be named according to the port name, not the portType. This would avoid the semi-unpredictable: FooPortTypeImpl.java FooPortTypeImpl1.java .... and have things like: FooSOAP11PortImpl.java FooSOAP12PortImpl.java .... -- This message was sent by Atlassian JIRA (v6.1.4#6159)