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 2017/01/24 23:19:12 UTC

svn commit: r1005526 - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache simple.html

Author: buildbot
Date: Tue Jan 24 23:19:12 2017
New Revision: 1005526

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-languages-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/simple.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 Tue Jan 24 23:19:12 2017
@@ -3940,11 +3940,11 @@ The tutorial has been designed in two pa
 While not actual tutorials you might find working through the source of the various <a shape="rect" href="examples.html">Examples</a> useful.</li></ul>
 
 <h2 id="BookInOnePage-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</h2><p>&#160;</p><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Thanks</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>This tutorial was kindly donated to Apache Camel by Martin Gilday.</p></div></div><h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a <a shape="rect" class="external-link" href="http://www.springramework.org" rel="nofollow">Spring</a> service. The route works in a synchronous fashion returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1485127155805 {padding: 0px;}
-div.rbtoc1485127155805 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1485127155805 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1485299873808 {padding: 0px;}
+div.rbtoc1485299873808 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1485299873808 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1485127155805">
+/*]]>*/</style></p><div class="toc-macro rbtoc1485299873808">
 <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</a></li><li><a shape="rect" href="#BookInOnePage-Preface">Preface</a></li><li><a shape="rect" href="#BookInOnePage-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#BookInOnePage-Distribution">Distribution</a></li><li><a shape="rect" href="#BookInOnePage-About">About</a></li><li><a shape="rect" href="#BookInOnePage-CreatetheCamelProject">Create the Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-UpdatethePOMwithDependencies">Update the POM with Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#BookInOnePage-WritingtheServer">Writing the Server</a>
@@ -6059,11 +6059,11 @@ So we completed the last piece in the pi
 <p>This example has been removed from <strong>Camel 2.9</strong> onwards. Apache Axis 1.4 is a very old and unsupported framework. We encourage users to use <a shape="rect" href="cxf.html">CXF</a> instead of Axis.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1485127156620 {padding: 0px;}
-div.rbtoc1485127156620 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1485127156620 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1485299873984 {padding: 0px;}
+div.rbtoc1485299873984 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1485299873984 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1485127156620">
+/*]]>*/</style><div class="toc-macro rbtoc1485299873984">
 <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#BookInOnePage-Distribution">Distribution</a></li><li><a shape="rect" href="#BookInOnePage-Introduction">Introduction</a></li><li><a shape="rect" href="#BookInOnePage-SettinguptheprojecttorunAxis">Setting up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-Maven2">Maven 2</a></li><li><a shape="rect" href="#BookInOnePage-wsdl">wsdl</a></li><li><a shape="rect" href="#BookInOnePage-ConfiguringAxis">Configuring Axis</a></li><li><a shape="rect" href="#BookInOnePage-RunningtheExample">Running the Example</a></li></ul>
@@ -8611,12 +8611,12 @@ from(&quot;direct:start&quot;)
         .otherwise()
             .to(&quot;mock:other&quot;);
 ]]></script>
-</div></div><h3 id="BookInOnePage-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From Camel 2.9.3 it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookInOnePage-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From <strong>Camel 2.9.3</strong>, it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;transform&gt;
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
-</div></div><h3 id="BookInOnePage-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From Camel 2.10.0, the trim attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default value is true, which removes the whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookInOnePage-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From <strong>Camel 2.10.0</strong>, the&#160;<strong><code>trim</code></strong> attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default of <strong><code>trim=true</code></strong> removes all whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;setBody&gt;
   &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace characters.     &lt;/simple&gt;
 &lt;/setBody&gt;
@@ -14244,8 +14244,8 @@ cometds://localhost:8443/service/mychann
  <div class="confluence-information-macro-body">
   <p>When using CXF in streaming modes (see DataFormat option), then also read about <a shape="rect" href="stream-caching.html">Stream caching</a>.</p>
  </div>
-</div><p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/ div.rbtoc1485127162814 {padding: 0px;} div.rbtoc1485127162814 ul {list-style: disc;margin-left: 0px;} div.rbtoc1485127162814 li {margin-left: 0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1485127162814"> 
+</div><p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/ div.rbtoc1485299877611 {padding: 0px;} div.rbtoc1485299877611 ul {list-style: disc;margin-left: 0px;} div.rbtoc1485299877611 li {margin-left: 0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1485299877611"> 
   <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-CXFComponent">CXF Component</a> 
     <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-URIformat">URI format</a></li><li><a shape="rect" href="#BookInOnePage-Options">Options</a> 
       <ul class="toc-indentation"><li><a shape="rect" href="#BookInOnePage-Thedescriptionsofthedataformats">The descriptions of the dataformats</a> 

Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Tue Jan 24 23:19:12 2017
@@ -1097,12 +1097,12 @@ from(&quot;direct:start&quot;)
         .otherwise()
             .to(&quot;mock:other&quot;);
 ]]></script>
-</div></div><h3 id="BookLanguagesAppendix-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From Camel 2.9.3 it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookLanguagesAppendix-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From <strong>Camel 2.9.3</strong>, it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;transform&gt;
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
-</div></div><h3 id="BookLanguagesAppendix-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From Camel 2.10.0, the trim attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default value is true, which removes the whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookLanguagesAppendix-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From <strong>Camel 2.10.0</strong>, the&#160;<strong><code>trim</code></strong> attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default of <strong><code>trim=true</code></strong> removes all whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;setBody&gt;
   &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace characters.     &lt;/simple&gt;
 &lt;/setBody&gt;

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

Modified: websites/production/camel/content/simple.html
==============================================================================
--- websites/production/camel/content/simple.html (original)
+++ websites/production/camel/content/simple.html Tue Jan 24 23:19:12 2017
@@ -293,12 +293,12 @@ from(&quot;direct:start&quot;)
         .otherwise()
             .to(&quot;mock:other&quot;);
 ]]></script>
-</div></div><h3 id="Simple-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From Camel 2.9.3 it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Simple-UsingNewLinesorTabsinXMLDSLs">Using New Lines or Tabs in XML DSLs</h3><p><strong>Available as of Camel 2.9.3</strong></p><p>From <strong>Camel 2.9.3</strong>, it is easier to specify new lines or tabs in XML DSLs as you can escape the value now</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;transform&gt;
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
-</div></div><h3 id="Simple-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From Camel 2.10.0, the trim attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default value is true, which removes the whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Simple-LeadingandTrailingWhitespaceHandling">Leading and Trailing Whitespace Handling</h3><p><strong>Available as of Camel 2.10.0</strong></p><p>From <strong>Camel 2.10.0</strong>, the&#160;<strong><code>trim</code></strong> attribute of the expression can be used to control whether the leading and trailing whitespace characters are removed or preserved. The default of <strong><code>trim=true</code></strong> removes all whitespace characters.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;setBody&gt;
   &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace characters.     &lt;/simple&gt;
 &lt;/setBody&gt;