Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 39EE8200C35 for ; Sun, 12 Mar 2017 16:22:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 38693160B77; Sun, 12 Mar 2017 15:22:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AF719160B63 for ; Sun, 12 Mar 2017 16:22:12 +0100 (CET) Received: (qmail 46847 invoked by uid 500); 12 Mar 2017 15:22:11 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 46838 invoked by uid 99); 12 Mar 2017 15:22:11 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2017 15:22:11 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 27EBF3A00A5 for ; Sun, 12 Mar 2017 15:22:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1008188 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html book-tutorials.html cache/main.pageCache camel-2183-release.html download.html siteindex.html Date: Sun, 12 Mar 2017 15:22:10 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170312152211.27EBF3A00A5@svn01-us-west.apache.org> archived-at: Sun, 12 Mar 2017 15:22:14 -0000 Author: buildbot Date: Sun Mar 12 15:22:10 2017 New Revision: 1008188 Log: Production update by buildbot for camel Added: websites/production/camel/content/cache/main.pageCache (with props) Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/book-tutorials.html websites/production/camel/content/camel-2183-release.html websites/production/camel/content/download.html websites/production/camel/content/siteindex.html Modified: websites/production/camel/content/book-component-appendix.html ============================================================================== --- websites/production/camel/content/book-component-appendix.html (original) +++ websites/production/camel/content/book-component-appendix.html Sun Mar 12 15:22:10 2017 @@ -1011,11 +1011,11 @@ template.send("direct:alias-verify& ]]>

See Also

CXF Component

When using CXF as a consumer, the CXF Bean Component allows you to factor out how message payloads are received from their processing as a RESTful or SOAP web service. This has the potential of using a multitude of transports to cons ume web services. The bean component's configuration is also simpler and provides the fastest method to implement web services using Camel and CXF.

When using CXF in streaming modes (see DataFormat option), then also read about Stream caching.

The cxf: component provides integration with Apache CXF for connecting to JAX-WS services hosted in CXF.

+/*]]>*/

  • CXF Component
    • URI format
    • Options
      • The descriptions of the dataformats Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Sun Mar 12 15:22:10 2017 @@ -3542,11 +3542,11 @@ The tutorial has been designed in two pa While not actual tutorials you might find working through the source of the various Examples useful.

      Tutorial on Spring Remoting with JMS

       

      Thanks

      This tutorial was kindly donated to Apache Camel by Martin Gilday.

      Preface

      This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a Spring service. The route works in a synchronous fashion returning a response to the client.

      +/*]]>*/

      See Also

      CXF Component

      When using CXF as a consumer, the CXF Bean Component allows you to factor out how message payloads are received from their processing as a RESTful or SOAP web service. This has the potential of using a multitude of transports to consume web services. The bean component's configuration is also simpler and provides the fastest method to implement web services using Camel and CXF.

      When using CXF in streaming modes (see DataFormat option), then also read about Stream caching.

      The cxf: component provides integration with Apache CXF for connecting to JAX-WS services hosted in CXF.

      +/*]]>*/

      • CXF Component
        • URI format
        • Options
          • The descriptions of the dataformats Modified: websites/production/camel/content/book-tutorials.html ============================================================================== --- websites/production/camel/content/book-tutorials.html (original) +++ websites/production/camel/content/book-tutorials.html Sun Mar 12 15:22:10 2017 @@ -146,11 +146,11 @@ The tutorial has been designed in two pa While not actual tutorials you might find working through the source of the various Examples useful.

          Tutorial on Spring Remoting with JMS

           

          Thanks

          This tutorial was kindly donated to Apache Camel by Martin Gilday.

          Preface

          This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a Spring service. The route works in a synchronous fashion returning a response to the client.

          +/*]]>*/

          +/*]]>*/
          • Tutorial using Axis 1.4 with Apache Camel
            • Prerequisites
            • Distribution
            • Introduction
            • Setting up the project to run Axis Added: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/cache/main.pageCache ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: websites/production/camel/content/camel-2183-release.html ============================================================================== --- websites/production/camel/content/camel-2183-release.html (original) +++ websites/production/camel/content/camel-2183-release.html Sun Mar 12 15:22:10 2017 @@ -91,7 +91,7 @@
               
              -

              New and Noteworthy

              Welcome to the 2.18.2 release which is mainly a maintenance release with 38 fixes resolved.

              For further details, see the list of JIRA issues.

              Known Issues

              Important changes to consider when upgrading

              Getting the Distributions

              Binary Distributions

                 

              Description

              Download Link

              PGP Signature file of download

              Windows Distribution

              apache-camel-2.18.3.zip

              apache-camel-2.18.3.zip.asc

              Unix/Linux/Cygwin Distribution

              apache-camel-2.18.3.tar.gz

              apache-camel-2.18.3.tar.gz.asc

              The above URLs use redirection

              The above URLs use the Ap ache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

              Source Distributions

              Description

              Download Link

              PGP Signature file of download

              Source (zip)

              apache-camel-2.18.3-src.zip

              apache-camel-2.18.3-src.zip.asc

              Getting the Binaries using Maven 2

              To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

              +

              New and Noteworthy

              Welcome to the 2.18.3 release which is mainly a maintenance release with 38 fixes resolved.

              For further details, see the list of JIRA issues.

              Known Issues

              Important changes to consider when upgrading

              Getting the Distributions

              Binary Distributions

                 

              Description

              Download Link

              PGP Signature file of download

              Windows Distribution

              apache-camel-2.18.3.zip

              apache-camel-2.18.3.zip.asc

              Unix/Linux/Cygwin Distribution

              apache-camel-2.18.3.tar.gz

              apache-camel-2.18.3.tar.gz.asc

              The above URLs use redirection

              The above URLs use the Ap ache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

              Source Distributions

              Description

              Download Link

              PGP Signature file of download

              Source (zip)

              apache-camel-2.18.3-src.zip

              apache-camel-2.18.3-src.zip.asc

              Getting the Binaries using Maven 2

              To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is: