Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 38225 invoked from network); 24 Sep 2008 09:06:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 09:06:09 -0000 Received: (qmail 7422 invoked by uid 500); 24 Sep 2008 09:06:02 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 7410 invoked by uid 500); 24 Sep 2008 09:06:02 -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 7396 invoked by uid 99); 24 Sep 2008 09:06:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 02:06:02 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 09:05:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B340234C1E5 for ; Wed, 24 Sep 2008 02:05:44 -0700 (PDT) Message-ID: <1569660951.1222247144307.JavaMail.jira@brutus> Date: Wed, 24 Sep 2008 02:05:44 -0700 (PDT) From: "Willem Jiang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-1806) Use Spring JMSTemplate in JMSConduit instead of direct JMS In-Reply-To: <732113723.1221691304253.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-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CXF-1806. ------------------------------- Resolution: Fixed Applied the patch into trunk http://svn.apache.org/viewvc?rev=698460&view=rev 2.1.x http://svn.apache.org/viewvc?rev=698467&view=rev 2.0.x http://svn.apache.org/viewvc?rev=698472&view=rev > Use Spring JMSTemplate in JMSConduit instead of direct JMS > ---------------------------------------------------------- > > Key: CXF-1806 > URL: https://issues.apache.org/jira/browse/CXF-1806 > Project: CXF > Issue Type: Improvement > Components: Transports > Affects Versions: 2.0.8, 2.1.2 > Reporter: Christian Schneider > Assignee: Willem Jiang > Fix For: 2.1.3 > > Attachments: CXF-1806-2.patch, CXF-1806.patch > > > Using the Spring JMSTemplate has many advantages compared to directly using the JMS API. For example cxf services can participate in Transactions. > The goal for this issue is to replace JMS API in JMSConduit with JMSTemplate calls. Additionally the JMSConduit should be made more dependency injection friendly. It should not retrieve configuration from the Spring config. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.