Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86B60D894 for ; Mon, 15 Oct 2012 09:21:16 +0000 (UTC) Received: (qmail 24643 invoked by uid 500); 15 Oct 2012 09:21:16 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 24507 invoked by uid 500); 15 Oct 2012 09:21:12 -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 24464 invoked by uid 99); 15 Oct 2012 09:21:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 09:21:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 09:21:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A039F23889B8 for ; Mon, 15 Oct 2012 09:20:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r835110 - in /websites/production/camel/content: book-cookbook.html book-in-one-page.html cache/main.pageCache pojo-consuming.html Date: Mon, 15 Oct 2012 09:20:26 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121015092026.A039F23889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Oct 15 09:20:25 2012 New Revision: 835110 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-cookbook.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/pojo-consuming.html Modified: websites/production/camel/content/book-cookbook.html ============================================================================== --- websites/production/camel/content/book-cookbook.html (original) +++ websites/production/camel/content/book-cookbook.html Mon Oct 15 09:20:25 2012 @@ -781,7 +781,7 @@ Camel uses this algorithm to find the ge 2. If no property name was configured, then use the method name
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)
4. Try to get the property with the name as is (eg no postfix or postfix)
-5. If the property name starts with on then skip omit that, and try step 3 and 4 again.

+5. If the property name starts with on then omit that, and try step 3 and 4 again.

So in the example above, we could have defined the @Consume annotation as

@@ -801,7 +801,7 @@ Camel uses this algorithm to find the ge
-

Now Camel match step 5, and loose the starting on in the name, and look for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

+

Now Camel matches step 5, and loses the prefix on in the name, and looks for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

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 Mon Oct 15 09:20:25 2012 @@ -1961,7 +1961,7 @@ Camel uses this algorithm to find the ge 2. If no property name was configured, then use the method name
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)
4. Try to get the property with the name as is (eg no postfix or postfix)
-5. If the property name starts with on then skip omit that, and try step 3 and 4 again.

+5. If the property name starts with on then omit that, and try step 3 and 4 again.

So in the example above, we could have defined the @Consume annotation as

@@ -1981,7 +1981,7 @@ Camel uses this algorithm to find the ge
-

Now Camel match step 5, and loose the starting on in the name, and look for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

+

Now Camel matches step 5, and loses the prefix on in the name, and looks for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/pojo-consuming.html ============================================================================== --- websites/production/camel/content/pojo-consuming.html (original) +++ websites/production/camel/content/pojo-consuming.html Mon Oct 15 09:20:25 2012 @@ -198,7 +198,7 @@ Camel uses this algorithm to find the ge 2. If no property name was configured, then use the method name
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)
4. Try to get the property with the name as is (eg no postfix or postfix)
-5. If the property name starts with on then skip omit that, and try step 3 and 4 again.

+5. If the property name starts with on then omit that, and try step 3 and 4 again.

So in the example above, we could have defined the @Consume annotation as

@@ -218,7 +218,7 @@ Camel uses this algorithm to find the ge
-

Now Camel match step 5, and loose the starting on in the name, and look for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

+

Now Camel matches step 5, and loses the prefix on in the name, and looks for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.