Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 52564 invoked from network); 25 Dec 2007 08:32:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Dec 2007 08:32:02 -0000 Received: (qmail 74809 invoked by uid 500); 25 Dec 2007 08:31:52 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 74780 invoked by uid 500); 25 Dec 2007 08:31:51 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 74771 invoked by uid 99); 25 Dec 2007 08:31:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Dec 2007 00:31:51 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 12.170.54.180 is neither permitted nor denied by domain of freeman.fang@gmail.com) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Dec 2007 08:31:25 +0000 X-IronPort-AV: E=Sophos;i="4.24,206,1196658000"; d="scan'208";a="8297490" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 25 Dec 2007 03:31:27 -0500 Received: from [10.129.9.202] ([10.129.9.202]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Tue, 25 Dec 2007 03:31:26 -0500 Message-ID: <4770BF8D.2050302@gmail.com> Date: Tue, 25 Dec 2007 16:30:05 +0800 From: Freeman Fang User-Agent: Thunderbird 1.5.0.2 (X11/20060524) MIME-Version: 1.0 To: camel-dev@activemq.apache.org Subject: Re: [jira] Created: (CAMEL-275) cxf camel transport should support to register itself to the cxf bus automatically References: <14206544.1198571247512.JavaMail.jira@brutus> In-Reply-To: <14206544.1198571247512.JavaMail.jira@brutus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Dec 2007 08:31:26.0838 (UTC) FILETIME=[8A5A6160:01C846D0] X-Virus-Checked: Checked by ClamAV on apache.org Hi, Can any one kindly review and apply this patch for me? Thanks very much Freeman Freeman Fang (JIRA) wrote: > cxf camel transport should support to register itself to the cxf bus automatically > ---------------------------------------------------------------------------------- > > Key: CAMEL-275 > URL: https://issues.apache.org/activemq/browse/CAMEL-275 > Project: Apache Camel > Issue Type: Improvement > Components: camel-cxf > Affects Versions: 1.2.0 > Reporter: Freeman Fang > Fix For: 1.3.0 > > > when cxf bus init, all tranports module on the classpath should register itself to the bus automatically. > cxf machenism for this is just add a spring bean to describe the transport id and transport factory class mapping per as below > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:foo="http://cxf.apache.org/configuration/foo" > xsi:schemaLocation=" > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> > > > > > > http://cxf.apache.org/transports/camel > > > > > > > >