Author: buildbot
Date: Tue Jun  9 07:21:03 2015
New Revision: 954246

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/hazelcast-component.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 Jun  9 
07:21:03 2015
@@ -1334,11 +1334,11 @@ template.send("direct:alias-verify&
                     </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">/*<![CDATA[*/
-div.rbtoc1433762294364 {padding: 0px;}
-div.rbtoc1433762294364 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433762294364 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433834366467 {padding: 0px;}
+div.rbtoc1433834366467 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433834366467 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433762294364">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433834366467">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -4142,7 +4142,7 @@ template.sendBodyAndHeader(&quot;direct:
       .log(&quot;...message received&quot;)
     .otherwise()
       .log(&quot;...this should never have happened&quot;)]]></script>
-</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="BookComponentAppendix-list"></span></p><h3 
id="BookComponentAppendix-UsageofList">Usage of List</h3><h4 
id="BookComponentAppendix-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List
 producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, set, get, removevalue, clear).</p><h5 
id="BookComponentAppendix-Sampleforadd:.1">Sample for 
<strong>add</strong>:</h5><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="BookComponentAppendix-list"></span></p><h3 
id="BookComponentAppendix-UsageofList">Usage of List</h3><h4 
id="BookComponentAppendix-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List
 producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, addAll, set, get, removevalue, removeAll, 
clear).</p><h5 id="BookComponentAppendix-Sampleforadd:.1">Sample for 
<strong>add</strong>:</h5><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;direct:add&quot;)
 .setHeader(HazelcastConstants.OPERATION, 
constant(HazelcastConstants.ADD_OPERATION))
 .toF(&quot;hazelcast:%sbar&quot;, HazelcastConstants.LIST_PREFIX);

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 Jun  9 07:21:03 
2015
@@ -4055,11 +4055,11 @@ While not actual tutorials you might fin
                     </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.rbtoc1433783902038 {padding: 0px;}
-div.rbtoc1433783902038 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433783902038 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433834393441 {padding: 0px;}
+div.rbtoc1433834393441 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433834393441 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433783902038">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433834393441">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring 
Remoting with JMS</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the 
Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with 
Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing 
the Server</a>
@@ -6245,11 +6245,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1433783902384 {padding: 0px;}
-div.rbtoc1433783902384 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433783902384 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433834393836 {padding: 0px;}
+div.rbtoc1433834393836 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433834393836 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1433783902384">
+/*]]>*/</style><div class="toc-macro rbtoc1433834393836">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using 
Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting 
up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the 
Example</a></li></ul>
@@ -18832,11 +18832,11 @@ template.send(&quot;direct:alias-verify&
                     </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">/*<![CDATA[*/
-div.rbtoc1433783905319 {padding: 0px;}
-div.rbtoc1433783905319 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433783905319 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433834412430 {padding: 0px;}
+div.rbtoc1433834412430 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433834412430 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433783905319">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433834412430">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -21640,7 +21640,7 @@ template.sendBodyAndHeader(&quot;direct:
       .log(&quot;...message received&quot;)
     .otherwise()
       .log(&quot;...this should never have happened&quot;)]]></script>
-</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="BookInOnePage-list"></span></p><h3 id="BookInOnePage-UsageofList">Usage of 
List</h3><h4 
id="BookInOnePage-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List 
producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, set, get, removevalue, clear).</p><h5 
id="BookInOnePage-Sampleforadd:.1">Sample for <strong>add</strong>:</h5><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="BookInOnePage-list"></span></p><h3 id="BookInOnePage-UsageofList">Usage of 
List</h3><h4 
id="BookInOnePage-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List 
producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, addAll, set, get, removevalue, removeAll, 
clear).</p><h5 id="BookInOnePage-Sampleforadd:.1">Sample for 
<strong>add</strong>:</h5><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;direct:add&quot;)
 .setHeader(HazelcastConstants.OPERATION, 
constant(HazelcastConstants.ADD_OPERATION))
 .toF(&quot;hazelcast:%sbar&quot;, HazelcastConstants.LIST_PREFIX);

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

Modified: websites/production/camel/content/hazelcast-component.html
==============================================================================
--- websites/production/camel/content/hazelcast-component.html (original)
+++ websites/production/camel/content/hazelcast-component.html Tue Jun  9 
07:21:03 2015
@@ -377,7 +377,7 @@ template.sendBodyAndHeader(&quot;direct:
       .log(&quot;...message received&quot;)
     .otherwise()
       .log(&quot;...this should never have happened&quot;)]]></script>
-</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="HazelcastComponent-list"></span></p><h3 
id="HazelcastComponent-UsageofList">Usage of List</h3><h4 
id="HazelcastComponent-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List
 producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, set, get, removevalue, clear).</p><h5 
id="HazelcastComponent-Sampleforadd:.1">Sample for 
<strong>add</strong>:</h5><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+</div></div><p>&#160;</p><p><span class="confluence-anchor-link" 
id="HazelcastComponent-list"></span></p><h3 
id="HazelcastComponent-UsageofList">Usage of List</h3><h4 
id="HazelcastComponent-Listproducer&#8211;to(&#8220;hazelcast:list:foo&#8221;)">List
 producer &#8211; to(&#8220;hazelcast:list:foo&#8221;)</h4><p>The list producer 
provides 4 operations (add, addAll, set, get, removevalue, removeAll, 
clear).</p><h5 id="HazelcastComponent-Sampleforadd:.1">Sample for 
<strong>add</strong>:</h5><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;direct:add&quot;)
 .setHeader(HazelcastConstants.OPERATION, 
constant(HazelcastConstants.ADD_OPERATION))
 .toF(&quot;hazelcast:%sbar&quot;, HazelcastConstants.LIST_PREFIX);


Reply via email to