Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 48453 invoked from network); 20 Sep 2007 08:51:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 08:51:26 -0000 Received: (qmail 53759 invoked by uid 500); 20 Sep 2007 08:51:17 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 53716 invoked by uid 500); 20 Sep 2007 08:51:17 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 53707 invoked by uid 99); 20 Sep 2007 08:51:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 01:51:16 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeff.yu@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 08:51:16 +0000 X-IronPort-AV: E=Sophos;i="4.20,277,1186372800"; d="scan'208";a="5504097" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 20 Sep 2007 04:50:56 -0400 Received: from [10.129.9.191] ([10.129.9.191]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Sep 2007 04:50:55 -0400 Message-ID: <46F2337A.90806@iona.com> Date: Thu, 20 Sep 2007 16:46:50 +0800 From: "Jeff.Yu" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: [jira] Updated: (CXF-1045) JCA outbound codes refactoring. References: <3765081.1190277751117.JavaMail.jira@brutus> In-Reply-To: <3765081.1190277751117.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Sep 2007 08:50:55.0668 (UTC) FILETIME=[5B5FAF40:01C7FB63] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've provided a patch for this JIRA, can someone help me review and apply it? Thanks Jeff Jeff Yu (JIRA) wrote: > [ https://issues.apache.org/jira/browse/CXF-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Jeff Yu updated CXF-1045: > ------------------------- > > Attachment: cxf-1045.patch > > with this patch: > > 1. remove some redundant log message. > 2. Use the CXFBusFactory intead of SpringBusFactory. > 3. Update on the ManangedConnection. > 4. some minor code format update. > > >> JCA outbound codes refactoring. >> ------------------------------- >> >> Key: CXF-1045 >> URL: https://issues.apache.org/jira/browse/CXF-1045 >> Project: CXF >> Issue Type: Sub-task >> Components: Integration >> Affects Versions: 2.0.1 >> Reporter: Jeff Yu >> Fix For: 2.1 >> >> Attachments: cxf-1045.patch >> >> >> There are some outbound codes need to be refactored. >> 1. Use too many Log.fine or Log.info, this really made it bad or annoy to read the code. >> 2. Use the CXFBusFactory instead of SpringBusFactory, do some cleanup on the JCABusFactory. >> > >