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 runner with the <b>@RunWith</b> 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.  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.  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 runner with the <b>@RunWith</b> 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.  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.  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  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.  Initializes a org.apache.camel.spi.PackageScanClassResolver to exclude a set of given classes from being resolved. Typically this is used at test time to exclude certain routes, 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 CamelContexts that are bootstrapped during the test through the use of Spring Test 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.  The default filter is "*" which matches all endpoints.  See org.apache.camel.impl.InterceptSendToMockEndpointStrategy for 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 org.apache.camel.spi.Breakpoint for use in the test.  Useful for intercepting traffic to all endpoints or simply for setting a break point in an IDE for debugging.  The meth od must 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 use of Spring Test loaded application contexts.  If no annotation is used, the timeout is 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.  If a class is annotated with this annotation and UseAdviceWith#value() returns true, any CamelContexts bootstrapped during the test through the use of Spring Test loaded application contexts will not be started automatically.  The test author is responsible for injecting the Camel contexts into the test and executing CamelContext#start() on them 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 runner with the <b>@RunWith</b> 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.  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.  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 runner with the <b>@RunWith</b> 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.  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.  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  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.  Initializes a org.apache.camel.spi.PackageScanClassResolver to exclude a set of given classes from being resolved. Typically this is used at test time to exclude certain routes, 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 CamelContexts that are bootstrapped during the test through the use of Spring Test 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.  The default filter is "*" which matches all endpoints.  See org.apache.camel.impl.InterceptSendToMockEndpointStrategy for 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 org.apache.camel.spi.Breakpoint for use in the test.  Useful for intercepting traffic to all endpoints or simply for setting a break point in an IDE for debugging.  The meth od must 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 use of Spring Test loaded application contexts.  If no annotation is used, the timeout is 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.  If a class is annotated with this annotation and UseAdviceWith#value() returns true, any CamelContexts bootstrapped during the test through the use of Spring Test loaded application contexts will not be started automatically.  The test author is responsible for injecting the Camel contexts into the test and executing CamelContext#start() on them 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 [<order foo='1'/>] 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 runner with the <b>@RunWith</b> 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.  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.  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 runner with the <b>@RunWith</b> 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.  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.  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  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.  Initializes a org.apache.camel.spi.PackageScanClassResolver to exclude a set of given classes from being resolved. Typically this is used at test time to exclude certain routes, 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 CamelContexts that are bootstrapped during the test through the use of Spring Test 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.  The default filter is "*" which matches all endpoints.  See org.apache.camel.impl.InterceptSendToMockEndpointStrategy for 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 org.apache.camel.spi.Breakpoint for use in the test.  Useful for intercepting traffic to all endpoints or simply for setting a break point in an IDE for debugging.  The meth od must 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 use of Spring Test loaded application contexts.  If no annotation is used, the timeout is 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.  If a class is annotated with this annotation and UseAdviceWith#value() returns true, any CamelContexts bootstrapped during the test through the use of Spring Test loaded application contexts will not be started automatically.  The test author is responsible for injecting the Camel contexts into the test and executing CamelContext#start() on them 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>