Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B3DC10889 for ; Wed, 30 Oct 2013 17:00:17 +0000 (UTC) Received: (qmail 89752 invoked by uid 500); 30 Oct 2013 16:58:01 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 89510 invoked by uid 500); 30 Oct 2013 16:57:41 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 89357 invoked by uid 99); 30 Oct 2013 16:57:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 16:57:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zachcalvert@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 16:57:30 +0000 Received: by mail-we0-f178.google.com with SMTP id q59so1561229wes.37 for ; Wed, 30 Oct 2013 09:57:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6WwCfmdkCXaG0MJp7y+kVPeGX+82SW97hj1mvDtYATc=; b=bOkzyiI6bDxmdywlqVaI/VECb5J8mtaeVz8FIhg/ovtdeFCh2KZVV9nbT/HUSmjrto qIdBHI1EDAAn2PAjnQIH4IG/Nz+my5wBFnUNFMbuHhWGJDAKoT0F5N0RqVDj16fPYOim RaizLPkhW6Vvyzfs83u6u0owRaSy9fhA4AJEqnRCXqck5cdCggO5HqcqOwIoivfEXR5F CY6O0+61x6bgx4X8+wQ0RoCgBpz/0A9Qx6RugimJosgb/vRA79xmvGuG5UV5/dswL5Tn iSuvm1x8KpGTajxBBdKjomcKsYYZt6EjNxBvccHuPVC4OFUIfDzig9khJ/qlD0o9+FFr Y2Nw== MIME-Version: 1.0 X-Received: by 10.194.122.99 with SMTP id lr3mr5493795wjb.21.1383152228867; Wed, 30 Oct 2013 09:57:08 -0700 (PDT) Received: by 10.194.11.66 with HTTP; Wed, 30 Oct 2013 09:57:08 -0700 (PDT) Date: Wed, 30 Oct 2013 11:57:08 -0500 Message-ID: Subject: cxfbean, migration from Apache SMX 4.3.0 to 4.5.3 From: Zach Calvert To: users@cxf.apache.org Content-Type: multipart/alternative; boundary=089e011779b545abc004e9f83999 X-Virus-Checked: Checked by ClamAV on apache.org --089e011779b545abc004e9f83999 Content-Type: text/plain; charset=ISO-8859-1 Hello, I am currently trying to figure out the cleanest migration for a camel route that I have. We are migrating from Apache SMX 4.3.0 to Apache SMX 4.5.3, which makes use of apache CXF 2.3.2. I have made used of a ServiceMix component, cxfbean, created using the camel-cxf feature. It seems this method is no longer supported. My route/spring configuration (camel-context.xml) has the following entries: Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route route1 at: >>> To[cxfbean:healthService] <<< in route: Route[[From[jetty:{{ecs.accesstype}}://0.0.0.0:{{jetty.port}... because of Failed to resolve endpoint: cxfbean://healthService due to: No component found with scheme: cxfbean .. Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: cxfbean://healthService due to: No component found with scheme: cxfbean What is the migration for using cxfbean to whatever is the latest method of using CXF? Is it just http://camel.apache.org/cxf.html ? Is there a way to use a "list" of endpoints that can process the request, same as what was done with cxfbean? Thank you, Zach Calvert --089e011779b545abc004e9f83999--