Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 18155 invoked from network); 4 Jan 2008 09:01:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 09:01:29 -0000 Received: (qmail 98649 invoked by uid 500); 4 Jan 2008 09:01:18 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 98593 invoked by uid 500); 4 Jan 2008 09:01:18 -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 98583 invoked by uid 99); 4 Jan 2008 09:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 01:01:18 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 04 Jan 2008 09:00:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07A9271403F for ; Fri, 4 Jan 2008 01:00:55 -0800 (PST) Message-ID: <24968244.1199437255027.JavaMail.jira@brutus> Date: Fri, 4 Jan 2008 01:00:55 -0800 (PST) From: "Guillaume Nodet (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-275) cxf camel transport should support to register itself to the cxf bus automatically In-Reply-To: <14206544.1198571247512.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved CAMEL-275. ----------------------------------- Resolution: Fixed Sending camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelTransportFactory.java Adding camel-cxf/src/main/resources/META-INF/cxf Adding camel-cxf/src/main/resources/META-INF/cxf/cxf-extension-camel.xml Adding camel-cxf/src/main/resources/META-INF/cxf/cxf.extension Sending camel-cxf/src/main/resources/bus-extensions.xml Sending camel-cxf/src/test/java/org/apache/camel/component/cxf/transport/CamelDestinationTest.java Sending camel-cxf/src/test/java/org/apache/camel/component/cxf/transport/CamelTestSupport.java Transmitting file data ...... Committed revision 608777. > 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 > > Attachments: patch.txt > > > 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 > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.