Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 66971 invoked from network); 24 Jan 2007 15:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 15:46:40 -0000 Received: (qmail 17607 invoked by uid 500); 24 Jan 2007 15:46:46 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 17594 invoked by uid 500); 24 Jan 2007 15:46:45 -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 17585 invoked by uid 99); 24 Jan 2007 15:46:45 -0000 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; Wed, 24 Jan 2007 07:46:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CAE37142B5 for ; Wed, 24 Jan 2007 07:45:49 -0800 (PST) Message-ID: <20575298.1169653549245.JavaMail.jira@brutus> Date: Wed, 24 Jan 2007 07:45:49 -0800 (PST) From: "Gary Tully (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-390) Endpoint Bean provided configuration values do not override wsdl model MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Endpoint Bean provided configuration values do not override wsdl model ---------------------------------------------------------------------- Key: CXF-390 URL: https://issues.apache.org/jira/browse/CXF-390 Project: CXF Issue Type: Bug Components: Configuration Affects Versions: 2.0-M1 Reporter: Gary Tully With address endpoint information, I expect a bean value (set through spring) to override the value from a WSDL port but that is not the case. The doc at: http://cwiki.apache.org/CXF20DOC/jms-transport.html indicates that it should be. I see that the WSDL provider is placed as an override rather than a fallback provider in JMSConduit initConfig. same in JMSDestination. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.