You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/08/29 11:18:33 UTC

svn commit: r830434 - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache load-balancer.html

Author: buildbot
Date: Wed Aug 29 09:18:33 2012
New Revision: 830434

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/load-balancer.html

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 Wed Aug 29 09:18:33 2012
@@ -17959,7 +17959,7 @@ roundRobin().to(<span class="code-quote"
 </div></div>
 
 <p>The above example loads balance requests from <b>direct:start</b> to one of the available <b>mock endpoint</b> instances, in this case using a round robin policy.<br clear="none">
-For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/LoadBalanceTest.java?view=markup">this junit test case</a></p>
+For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RoundRobinLoadBalanceTest.java?view=markup">this junit test case</a></p>
 
 <h3><a shape="rect" name="BookInOnePage-Failover"></a>Failover</h3>
 <p><b>Available as of Camel 2.0</b><br clear="none">

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Wed Aug 29 09:18:33 2012
@@ -3601,7 +3601,7 @@ roundRobin().to(<span class="code-quote"
 </div></div>
 
 <p>The above example loads balance requests from <b>direct:start</b> to one of the available <b>mock endpoint</b> instances, in this case using a round robin policy.<br clear="none">
-For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/LoadBalanceTest.java?view=markup">this junit test case</a></p>
+For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RoundRobinLoadBalanceTest.java?view=markup">this junit test case</a></p>
 
 <h3><a shape="rect" name="BookPatternAppendix-Failover"></a>Failover</h3>
 <p><b>Available as of Camel 2.0</b><br clear="none">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/load-balancer.html
==============================================================================
--- websites/production/camel/content/load-balancer.html (original)
+++ websites/production/camel/content/load-balancer.html Wed Aug 29 09:18:33 2012
@@ -120,7 +120,7 @@ roundRobin().to(<span class="code-quote"
 </div></div>
 
 <p>The above example loads balance requests from <b>direct:start</b> to one of the available <b>mock endpoint</b> instances, in this case using a round robin policy.<br clear="none">
-For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/LoadBalanceTest.java?view=markup">this junit test case</a></p>
+For further examples of this pattern look at <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RoundRobinLoadBalanceTest.java?view=markup">this junit test case</a></p>
 
 <h3><a shape="rect" name="LoadBalancer-Failover"></a>Failover</h3>
 <p><b>Available as of Camel 2.0</b><br clear="none">