Author: buildbot Date: Tue Apr 17 22:20:43 2012 New Revision: 813429 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/http.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 Tue Apr 17 22:20:43 2012 @@ -6885,7 +6885,7 @@ HttpServletRequest response = exchange.g </pre> </div></div> -<h3><a shape="rect" name="BookComponentAppendix-UsingclienttineoutSOTIMEOUT"></a>Using client tineout - SO_TIMEOUT</h3> +<h3><a shape="rect" name="BookComponentAppendix-UsingclienttimeoutSOTIMEOUT"></a>Using client timeout - SO_TIMEOUT</h3> <p>See the unit test in <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc?view=rev&revision=781775">this link</a></p> 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 Tue Apr 17 22:20:43 2012 @@ -14365,18 +14365,18 @@ from(<span class="code-quote">"direct:st <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><choice></span> <span class="code-tag"><when></span> <span class="code-tag"><xpath></span>$foo = 'bar'<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> <span class="code-tag"></when></span> <span class="code-tag"><when></span> <span class="code-tag"><xpath></span>$foo = 'cheese'<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:c"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:c"</span>/></span> <span class="code-tag"></when></span> <span class="code-tag"><otherwise></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:d"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:d"</span>/></span> <span class="code-tag"></otherwise></span> <span class="code-tag"></choice></span> <span class="code-tag"></route></span> @@ -14540,11 +14540,11 @@ from(<span class="code-quote">"activemq: <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><multicast></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:c"</span>/></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:d"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:c"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:d"</span>/></span> <span class="code-tag"></multicast></span> <span class="code-tag"></route></span> <span class="code-tag"></camelContext></span> @@ -15128,18 +15128,18 @@ from(<span class="code-quote">"activemq: <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><choice></span> <span class="code-tag"><when></span> <span class="code-tag"><xpath></span>$foo = 'bar'<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> <span class="code-tag"></when></span> <span class="code-tag"><when></span> <span class="code-tag"><xpath></span>$foo = 'cheese'<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:c"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:c"</span>/></span> <span class="code-tag"></when></span> <span class="code-tag"><otherwise></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:d"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:d"</span>/></span> <span class="code-tag"></otherwise></span> <span class="code-tag"></choice></span> <span class="code-tag"></route></span> @@ -15202,10 +15202,10 @@ from(<span class="code-quote">"direct:st <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><filter></span> <span class="code-tag"><xpath></span>$foo = 'bar'<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> <span class="code-tag"></filter></span> <span class="code-tag"></route></span> <span class="code-tag"></camelContext></span> @@ -15417,11 +15417,11 @@ You can use the <a shape="rect" href="re <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><multicast></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:c"</span>/></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:d"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:c"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:d"</span>/></span> <span class="code-tag"></multicast></span> <span class="code-tag"></route></span> <span class="code-tag"></camelContext></span> @@ -15461,7 +15461,7 @@ You can use the <a shape="rect" href="re <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><recipientList></span> <span class="code-tag"><xpath></span>$foo<span class="code-tag"></xpath></span> <span class="code-tag"></recipientList></span> @@ -15779,10 +15779,10 @@ from(<span class="code-quote">"activemq: <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><split></span> <span class="code-tag"><xpath></span>/invoice/lineItems<span class="code-tag"></xpath></span> - <span class="code-tag"><to uri=<span class="code-quote">"seda:b"</span>/></span> + <span class="code-tag"><to uri=<span class="code-quote">"direct:b"</span>/></span> <span class="code-tag"></split></span> <span class="code-tag"></route></span> <span class="code-tag"></camelContext></span> @@ -19052,7 +19052,7 @@ from(<span class="code-quote">"jms:MyQue <span class="code-tag"><camelContext errorHandlerRef=<span class="code-quote">"errorHandler"</span> xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>></span> <span class="code-tag"><route></span> - <span class="code-tag"><from uri=<span class="code-quote">"seda:a"</span>/></span> + <span class="code-tag"><from uri=<span class="code-quote">"direct:a"</span>/></span> <span class="code-tag"><filter></span> <span class="code-tag"><xpath></span>$foo = 'bar'<span class="code-tag"></xpath></span> <span class="code-tag"><process ref=<span class="code-quote">"myProcessor"</span>/></span> @@ -27049,7 +27049,7 @@ HttpServletRequest response = exchange.g </pre> </div></div> -<h3><a shape="rect" name="BookInOnePage-UsingclienttineoutSOTIMEOUT"></a>Using client tineout - SO_TIMEOUT</h3> +<h3><a shape="rect" name="BookInOnePage-UsingclienttimeoutSOTIMEOUT"></a>Using client timeout - SO_TIMEOUT</h3> <p>See the unit test in <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc?view=rev&revision=781775">this link</a></p> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/http.html ============================================================================== --- websites/production/camel/content/http.html (original) +++ websites/production/camel/content/http.html Tue Apr 17 22:20:43 2012 @@ -238,7 +238,7 @@ HttpServletRequest response = exchange.g </pre> </div></div> -<h3><a shape="rect" name="HTTP-UsingclienttineoutSOTIMEOUT"></a>Using client tineout - SO_TIMEOUT</h3> +<h3><a shape="rect" name="HTTP-UsingclienttimeoutSOTIMEOUT"></a>Using client timeout - SO_TIMEOUT</h3> <p>See the unit test in <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc?view=rev&revision=781775">this link</a></p>