Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 84095 invoked from network); 26 Dec 2007 02:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Dec 2007 02:57:57 -0000 Received: (qmail 95591 invoked by uid 500); 26 Dec 2007 02:57:46 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 95536 invoked by uid 500); 26 Dec 2007 02:57:46 -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 95527 invoked by uid 99); 26 Dec 2007 02:57:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Dec 2007 18:57:46 -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; Wed, 26 Dec 2007 02:57:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12B49714236 for ; Tue, 25 Dec 2007 18:57:27 -0800 (PST) Message-ID: <17190492.1198637847073.JavaMail.jira@brutus> Date: Tue, 25 Dec 2007 18:57:27 -0800 (PST) From: "Freeman Fang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (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:comment-tabpanel#action_40921 ] ffang edited comment on CAMEL-275 at 12/25/07 6:56 PM: -------------------------------------------------------------- files affected M src/test/java/org/apache/camel/component/cxf/transport/CamelDestinationTest.java M src/test/java/org/apache/camel/component/cxf/transport/CamelTestSupport.java M src/main/java/org/apache/camel/component/cxf/transport/CamelTransportFactory.java A src/main/resources/META-INF/cxf A src/main/resources/META-INF/cxf/cxf-extension-camel.xml A src/main/resources/META-INF/cxf/cxf.extension M src/main/resources/bus-extensions.xml was (Author: ffang): files affected M src/test/java/org/apache/camel/component/cxf/transport/CamelDestinationTest.java M src/test/java/org/apache/camel/component/cxf/transport/CamelTestSupport.java M src/main/java/org/apache/camel/component/cxf/transport/CamelTransportFactory.java M src/main/java/org/apache/camel/component/cxf/CxfConsumer.java A src/main/resources/META-INF/cxf A src/main/resources/META-INF/cxf/cxf-extension-camel.xml A src/main/resources/META-INF/cxf/cxf.extension M src/main/resources/bus-extensions.xml > 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.