Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 33744 invoked from network); 12 Dec 2008 14:51:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 14:51:07 -0000 Received: (qmail 90064 invoked by uid 500); 12 Dec 2008 14:51:20 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 90044 invoked by uid 500); 12 Dec 2008 14:51:20 -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 90032 invoked by uid 99); 12 Dec 2008 14:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 06:51:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 14:51:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D7AD234C3B1 for ; Fri, 12 Dec 2008 06:50:44 -0800 (PST) Message-ID: <1710933821.1229093444443.JavaMail.jira@brutus> Date: Fri, 12 Dec 2008 06:50:44 -0800 (PST) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1943) jms transport doesn't support to inject jmsconfig to JmsDestination In-Reply-To: <1255707971.1229066444556.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656025#action_12656025 ] Freeman Fang commented on CXF-1943: ----------------------------------- Hi Willem, Currently One way JmsConfig can get injected to JmsDestination is through the new JmsConfigureFeature. Regards Freeman > jms transport doesn't support to inject jmsconfig to JmsDestination > -------------------------------------------------------------------- > > Key: CXF-1943 > URL: https://issues.apache.org/jira/browse/CXF-1943 > Project: CXF > Issue Type: Bug > Components: Transports > Affects Versions: 2.0.9, 2.1.3 > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.0.10, 2.1.4, 2.2 > > > A quick look the schema and JMSDestinationBeanDefinitionParser , there is no code for the jmsconfig injection. > We also need to add a test to verify it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.