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 0B48179EE for ; Tue, 23 Aug 2011 18:40:52 +0000 (UTC) Received: (qmail 26893 invoked by uid 500); 23 Aug 2011 18:40:51 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 26831 invoked by uid 500); 23 Aug 2011 18:40:51 -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 26816 invoked by uid 99); 23 Aug 2011 18:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 18:40:51 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 18:40:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2BFE5CCC18 for ; Tue, 23 Aug 2011 18:40:29 +0000 (UTC) Date: Tue, 23 Aug 2011 18:40:29 +0000 (UTC) From: "Jesse Pangburn (JIRA)" To: issues@cxf.apache.org Message-ID: <976332026.6141.1314124829177.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2141190909.2083.1314038009089.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CXF-3754) Dispatch API's ServiceImpl class fails to copy address/properties/bus/handlers from jaxws:client spring configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Pangburn updated CXF-3754: -------------------------------- Attachment: patch3754.txt This patch is the same as the first one except it adds the handler chain support so it completely resolves this issue. > Dispatch API's ServiceImpl class fails to copy address/properties/bus/handlers from jaxws:client spring configuration > --------------------------------------------------------------------------------------------------------------------- > > Key: CXF-3754 > URL: https://issues.apache.org/jira/browse/CXF-3754 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.4.1 > Reporter: Jesse Pangburn > Priority: Minor > Labels: dispatch, jaxws > Attachments: patch3754.txt, patch3754_partial.txt > > Original Estimate: 3h > Remaining Estimate: 3h > > When using the Dispatch API to create a dispatch object, the ServiceImpl class helps create the Dispatch object and copies in a number of objects from the jaxws:client spring configuration (if present and properly configured). However, it fails to copy the following: > address, properties, bus, handlers > These overrides can be required in some deployments to make things work right. The workaround is to use the default bus and set those things there but this limits the amount of services that can be configured in one instance when those services need to have different bus settings. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira