Author: buildbot
Date: Wed Apr  4 10:21:06 2012
New Revision: 811464

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/mongodb.html
    websites/production/camel/content/spring-testing.html

Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Wed Apr  4 10:21:06 
2012
@@ -2298,7 +2298,8 @@ src/test/resources/org/apache/camel/spri
 
 <h3><a shape="rect" name="Bookcookbook-CamelEnhancedSpringTest"></a>Camel 
Enhanced Spring Test</h3>
 
-<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.\</p>
+<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.</p>
+
 <div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Annotation Class </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Applies To </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Behavioir If Not Present </th><th colspan="1" 
rowspan="1" class="confluenceTh"> Default Behavior If Present </th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.DisableJmx <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates if JMX should be globally disabled in the 
CamelContexts that are bootstrapped &#160;during the test through the use of 
Spring Test loaded application contexts. <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> JMX is disabled </td><td colspan="1" rows
 pan="1" class="confluenceTd"> JMX is disabled <br clear="none" 
class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> org.apache.camel.test.spring.ExcludeRoutes <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if certain 
route builder classes should be excluded from discovery. &#160;Initializes a 
org.apache.camel.spi.PackageScanClassResolver&#160;to exclude a set of given 
classes from being resolved. Typically this is used at test time to exclude 
certain routes,&#160;which might otherwise be just noisy, from being discovered 
and initialized. <br clear="none" class="atl-forced-newline"> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Not enabled and no routes are 
excluded </td><td colspan="1" rowspan="1" class="confluenceTd"> No routes are 
excluded </td></tr><tr><td co
 lspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.LazyLoadTypeConverters (Deprecated) <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if 
the&#160;CamelContexts that are bootstrapped during the test through the use of 
Spring Test&#160;loaded application contexts should use lazy loading of type 
converters. </td><td colspan="1" rowspan="1" class="confluenceTd"> Type 
converters are not lazy loaded </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Type converters are not lazy loaded </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.MockEndpoints <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd
 "> Triggers the auto-mocking of endpoints whose URIs match the provided 
filter.&#160; The default&#160;filter is "*" which matches all endpoints. 
&#160;See&#160;org.apache.camel.impl.InterceptSendToMockEndpointStrategy&#160;for&#160;more
 details on the registration of the mock endpoints. </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Not enabled </td><td colspan="1" rowspan="1" 
class="confluenceTd"> All endpoints are sniffed and recorded in a mock 
endpoint. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ProvidesBreakpoint <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Method </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates that the annotated method returns 
an&#160;org.apache.camel.spi.Breakpoint&#160;for use in the test.&#160; Useful 
for intercepting&#160;traffic to all endpoints or simply for setting a break 
point in an IDE for debugging.&#160; The meth
 od must&#160;be public, static, take no arguments, and return 
org.apache.camel.spi.Breakpoint. <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> N/A </td><td colspan="1" 
rowspan="1" class="confluenceTd"> The returned Breakpoint is registered in the 
CamelContext(s) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ShutdownTimeout <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates to set the 
shutdown timeout of all CamelContexts instantiated through the&#160;use of 
Spring Test loaded application contexts.&#160; If no annotation is used, the 
timeout is&#160;automatically reduced to 10 seconds by the test framework. <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> 10 seconds 
 </td><td colspan="1" rowspan="1" class="confluenceTd"> 10 seconds 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.UseAdviceWith <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates the use of 
adviceWith() within the test class.&#160; If a class is annotated 
with&#160;this annotation and UseAdviceWith#value()&#160;returns true, 
any&#160;CamelContexts bootstrapped during the test through the use of Spring 
Test loaded&#160;application contexts will not be started automatically.&#160; 
The test author is responsible for&#160;injecting the Camel contexts into the 
test and executing CamelContext#start()&#160;on them&#160;at the appropriate 
time after any advice has been applied to the routes in the CamelContext(s). 
<br clear="none" class="atl-forced-newline"> </td><td colspan="
 1" rowspan="1" class="confluenceTd"> CamelContexts do not automatically start. 
</td><td colspan="1" rowspan="1" class="confluenceTd"> CamelContexts do not 
automatically start. </td></tr></tbody></table>
 </div>

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 Apr  4 10:21:06 
2012
@@ -3425,7 +3425,8 @@ src/test/resources/org/apache/camel/spri
 
 <h3><a shape="rect" name="BookInOnePage-CamelEnhancedSpringTest"></a>Camel 
Enhanced Spring Test</h3>
 
-<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.\</p>
+<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.</p>
+
 <div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Annotation Class </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Applies To </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Behavioir If Not Present </th><th colspan="1" 
rowspan="1" class="confluenceTh"> Default Behavior If Present </th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.DisableJmx <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates if JMX should be globally disabled in the 
CamelContexts that are bootstrapped &#160;during the test through the use of 
Spring Test loaded application contexts. <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> JMX is disabled </td><td colspan="1" rows
 pan="1" class="confluenceTd"> JMX is disabled <br clear="none" 
class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> org.apache.camel.test.spring.ExcludeRoutes <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if certain 
route builder classes should be excluded from discovery. &#160;Initializes a 
org.apache.camel.spi.PackageScanClassResolver&#160;to exclude a set of given 
classes from being resolved. Typically this is used at test time to exclude 
certain routes,&#160;which might otherwise be just noisy, from being discovered 
and initialized. <br clear="none" class="atl-forced-newline"> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Not enabled and no routes are 
excluded </td><td colspan="1" rowspan="1" class="confluenceTd"> No routes are 
excluded </td></tr><tr><td co
 lspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.LazyLoadTypeConverters (Deprecated) <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if 
the&#160;CamelContexts that are bootstrapped during the test through the use of 
Spring Test&#160;loaded application contexts should use lazy loading of type 
converters. </td><td colspan="1" rowspan="1" class="confluenceTd"> Type 
converters are not lazy loaded </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Type converters are not lazy loaded </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.MockEndpoints <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd
 "> Triggers the auto-mocking of endpoints whose URIs match the provided 
filter.&#160; The default&#160;filter is "*" which matches all endpoints. 
&#160;See&#160;org.apache.camel.impl.InterceptSendToMockEndpointStrategy&#160;for&#160;more
 details on the registration of the mock endpoints. </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Not enabled </td><td colspan="1" rowspan="1" 
class="confluenceTd"> All endpoints are sniffed and recorded in a mock 
endpoint. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ProvidesBreakpoint <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Method </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates that the annotated method returns 
an&#160;org.apache.camel.spi.Breakpoint&#160;for use in the test.&#160; Useful 
for intercepting&#160;traffic to all endpoints or simply for setting a break 
point in an IDE for debugging.&#160; The meth
 od must&#160;be public, static, take no arguments, and return 
org.apache.camel.spi.Breakpoint. <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> N/A </td><td colspan="1" 
rowspan="1" class="confluenceTd"> The returned Breakpoint is registered in the 
CamelContext(s) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ShutdownTimeout <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates to set the 
shutdown timeout of all CamelContexts instantiated through the&#160;use of 
Spring Test loaded application contexts.&#160; If no annotation is used, the 
timeout is&#160;automatically reduced to 10 seconds by the test framework. <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> 10 seconds 
 </td><td colspan="1" rowspan="1" class="confluenceTd"> 10 seconds 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.UseAdviceWith <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates the use of 
adviceWith() within the test class.&#160; If a class is annotated 
with&#160;this annotation and UseAdviceWith#value()&#160;returns true, 
any&#160;CamelContexts bootstrapped during the test through the use of Spring 
Test loaded&#160;application contexts will not be started automatically.&#160; 
The test author is responsible for&#160;injecting the Camel contexts into the 
test and executing CamelContext#start()&#160;on them&#160;at the appropriate 
time after any advice has been applied to the routes in the CamelContext(s). 
<br clear="none" class="atl-forced-newline"> </td><td colspan="
 1" rowspan="1" class="confluenceTd"> CamelContexts do not automatically start. 
</td><td colspan="1" rowspan="1" class="confluenceTd"> CamelContexts do not 
automatically start. </td></tr></tbody></table>
 </div>
@@ -33617,7 +33618,7 @@ received [&lt;order foo='1'/&gt;] as an 
 
 <p>It is possible to create a single route to service multiple HTTP methods 
using the <tt>restletMethods</tt> option.  This snippet also shows how to 
retrieve the request method from the header:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">from(<span class="code-quote">"restlet:http:<span 
class="code-comment">//localhost:"</span> + portNum + <span 
class="code-quote">"/users/{username}?restletMethods=post,get"</span>)
+<pre class="code-java">from(<span class="code-quote">"restlet:http:<span 
class="code-comment">//localhost:"</span> + portNum + <span 
class="code-quote">"/users/{username}?restletMethods=post,get,put"</span>)
 </span>    .process(<span class="code-keyword">new</span> Processor() {
         <span class="code-keyword">public</span> void process(Exchange 
exchange) <span class="code-keyword">throws</span> Exception {
             <span class="code-comment">// echo the method

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

Modified: websites/production/camel/content/mongodb.html
==============================================================================
--- websites/production/camel/content/mongodb.html (original)
+++ websites/production/camel/content/mongodb.html Wed Apr  4 10:21:06 2012
@@ -381,7 +381,7 @@ assertTrue(<span class="code-quote">"Res
 
 <p>MongoDB offers a mechanism to instantaneously consume ongoing data from a 
collection, by keeping the cursor open just like the <tt>tail -f</tt> command 
of *nix systems. This mechanism is significantly more efficient than a 
scheduled poll, due to the fact that the server pushes new data to the client 
as it becomes available, rather than making the client ping back at scheduled 
intervals to fetch new data. It also reduces otherwise redundant network 
traffic.</p>
 
-<p>There is only one requisite to use tailable cursors: the collection must be 
a "capped collection", meaning that it will only hold N objects, and when the 
limit is reached, MongoDB flushes old objects in the same order they were 
originally inserted. For more information, please refer to: [<a shape="rect" 
class="external-link" 
href="http://www.mongodb.org/display/DOCS/Tailable+Cursors"; 
rel="nofollow">http://www.mongodb.org/display/DOCS/Tailable+Cursors</a>]. </p>
+<p>There is only one requisite to use tailable cursors: the collection must be 
a "capped collection", meaning that it will only hold N objects, and when the 
limit is reached, MongoDB flushes old objects in the same order they were 
originally inserted. For more information, please refer to: <a shape="rect" 
class="external-link" 
href="http://www.mongodb.org/display/DOCS/Tailable+Cursors"; 
rel="nofollow">http://www.mongodb.org/display/DOCS/Tailable+Cursors</a>. </p>
 
 <p>The Camel MongoDB component implements a tailable cursor consumer, making 
this feature available for you to use in your Camel routes. As new objects are 
inserted, MongoDB will push them as DBObjects in natural order to your tailable 
cursor consumer, who will transform them to an Exchange and will trigger your 
route logic.</p>
 

Modified: websites/production/camel/content/spring-testing.html
==============================================================================
--- websites/production/camel/content/spring-testing.html (original)
+++ websites/production/camel/content/spring-testing.html Wed Apr  4 10:21:06 
2012
@@ -262,7 +262,8 @@ src/test/resources/org/apache/camel/spri
 
 <h3><a shape="rect" name="SpringTesting-CamelEnhancedSpringTest"></a>Camel 
Enhanced Spring Test</h3>
 
-<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.\</p>
+<p>Using org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner&#160;runner 
with the&#160;<b>@RunWith</b>&#160;annotation or extending 
org.apache.camel.testng.AbstractCamelTestNGSpringContextTests provides the full 
feature set of Spring Test with support for the feature set provided in the 
CamelTestSupport classes. &#160;A number of Camel specific annotations have 
been developed in order to provide for declarative manipulation of the Camel 
context(s) involved in the test. &#160;These annotations free your test classes 
from having to inherit from the CamelSpringTestSupport classes and also reduce 
the amount of code required to customize the tests.</p>
+
 <div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Annotation Class </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Applies To </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Behavioir If Not Present </th><th colspan="1" 
rowspan="1" class="confluenceTh"> Default Behavior If Present </th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.DisableJmx <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates if JMX should be globally disabled in the 
CamelContexts that are bootstrapped &#160;during the test through the use of 
Spring Test loaded application contexts. <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> JMX is disabled </td><td colspan="1" rows
 pan="1" class="confluenceTd"> JMX is disabled <br clear="none" 
class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> org.apache.camel.test.spring.ExcludeRoutes <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if certain 
route builder classes should be excluded from discovery. &#160;Initializes a 
org.apache.camel.spi.PackageScanClassResolver&#160;to exclude a set of given 
classes from being resolved. Typically this is used at test time to exclude 
certain routes,&#160;which might otherwise be just noisy, from being discovered 
and initialized. <br clear="none" class="atl-forced-newline"> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Not enabled and no routes are 
excluded </td><td colspan="1" rowspan="1" class="confluenceTd"> No routes are 
excluded </td></tr><tr><td co
 lspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.LazyLoadTypeConverters (Deprecated) <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates if 
the&#160;CamelContexts that are bootstrapped during the test through the use of 
Spring Test&#160;loaded application contexts should use lazy loading of type 
converters. </td><td colspan="1" rowspan="1" class="confluenceTd"> Type 
converters are not lazy loaded </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Type converters are not lazy loaded </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.MockEndpoints <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd
 "> Triggers the auto-mocking of endpoints whose URIs match the provided 
filter.&#160; The default&#160;filter is "*" which matches all endpoints. 
&#160;See&#160;org.apache.camel.impl.InterceptSendToMockEndpointStrategy&#160;for&#160;more
 details on the registration of the mock endpoints. </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Not enabled </td><td colspan="1" rowspan="1" 
class="confluenceTd"> All endpoints are sniffed and recorded in a mock 
endpoint. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ProvidesBreakpoint <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Method </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Indicates that the annotated method returns 
an&#160;org.apache.camel.spi.Breakpoint&#160;for use in the test.&#160; Useful 
for intercepting&#160;traffic to all endpoints or simply for setting a break 
point in an IDE for debugging.&#160; The meth
 od must&#160;be public, static, take no arguments, and return 
org.apache.camel.spi.Breakpoint. <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> N/A </td><td colspan="1" 
rowspan="1" class="confluenceTd"> The returned Breakpoint is registered in the 
CamelContext(s) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.ShutdownTimeout <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates to set the 
shutdown timeout of all CamelContexts instantiated through the&#160;use of 
Spring Test loaded application contexts.&#160; If no annotation is used, the 
timeout is&#160;automatically reduced to 10 seconds by the test framework. <br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> 10 seconds 
 </td><td colspan="1" rowspan="1" class="confluenceTd"> 10 seconds 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
org.apache.camel.test.spring.UseAdviceWith <br clear="none" 
class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Class <br clear="none" class="atl-forced-newline"> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates the use of 
adviceWith() within the test class.&#160; If a class is annotated 
with&#160;this annotation and UseAdviceWith#value()&#160;returns true, 
any&#160;CamelContexts bootstrapped during the test through the use of Spring 
Test loaded&#160;application contexts will not be started automatically.&#160; 
The test author is responsible for&#160;injecting the Camel contexts into the 
test and executing CamelContext#start()&#160;on them&#160;at the appropriate 
time after any advice has been applied to the routes in the CamelContext(s). 
<br clear="none" class="atl-forced-newline"> </td><td colspan="
 1" rowspan="1" class="confluenceTd"> CamelContexts do not automatically start. 
</td><td colspan="1" rowspan="1" class="confluenceTd"> CamelContexts do not 
automatically start. </td></tr></tbody></table>
 </div>


Reply via email to