Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 44470 invoked from network); 17 Aug 2010 12:49:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 12:49:59 -0000 Received: (qmail 49029 invoked by uid 500); 17 Aug 2010 12:49:59 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 48913 invoked by uid 500); 17 Aug 2010 12:49:57 -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 48887 invoked by uid 99); 17 Aug 2010 12:49:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 12:49:56 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 12:49:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HCnHev000634 for ; Tue, 17 Aug 2010 12:49:17 GMT Message-ID: <5029321.392721282049357141.JavaMail.jira@thor> Date: Tue, 17 Aug 2010 08:49:17 -0400 (EDT) From: "Eric Pederson (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2945) jaxws:endpoint publish="false" ignored In-Reply-To: <14701595.376491281993737514.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pederson updated CXF-2945: ------------------------------- Attachment: Add_support_for_publish_to_jaxws_endpoint.patch Attached patch for this bug. The patch is against the 2.2.x-fixes branch. > jaxws:endpoint publish="false" ignored > -------------------------------------- > > Key: CXF-2945 > URL: https://issues.apache.org/jira/browse/CXF-2945 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.2.9 > Reporter: Eric Pederson > Priority: Minor > Attachments: Add_support_for_publish_to_jaxws_endpoint.patch > > > jaxws:endpoint publish="false" attribute is ignored. > Confirmed by Daniel on the user's list: > This definitely looks like a bug. Can you log it? > Looking at the code in the EndpointDefinitionParser, I just see: > if (!isAbstract) { > bean.setInitMethodName("publish"); > bean.setDestroyMethodName("stop"); > } > // We don't want to delay the registration of our Server > bean.setLazyInit(false); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.