Author: buildbot
Date: Fri Feb 24 15:29:00 2017
New Revision: 1007247
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/validation.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 Fri Feb 24
15:29:00 2017
@@ -621,8 +621,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.rbtoc1487409654374 {padding: 0px;} div.rbtoc1487409654374 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1487409654374 li {margin-left:
0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1487409654374">
+</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.rbtoc1487949635284 {padding: 0px;} div.rbtoc1487949635284 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1487949635284 li {margin-left:
0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1487949635284">
<ul class="toc-indentation"><li><a shape="rect"
href="#BookComponentAppendix-CXFComponent">CXF Component</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookComponentAppendix-URIformat">URI format</a></li><li><a shape="rect"
href="#BookComponentAppendix-Options">Options</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookComponentAppendix-Thedescriptionsofthedataformats">The descriptions
of the dataformats</a>
@@ -6127,7 +6127,7 @@ cometds://localhost:8443/service/mychann
<div class="codeContent panelContent pdl">
<script class="brush: xml; gutter: false; theme: Default"
type="syntaxhighlighter"> &lt;route&gt; &lt;from
uri=&quot;direct:start&quot;/&gt; &lt;doTry&gt; &lt;to
uri=&quot;validator:org/apache/camel/component/validator/schema.xsd&quot;/&gt;
&lt;to uri=&quot;mock:valid&quot;/&gt; &lt;doCatch&gt;
&lt;exception&gt;org.apache.camel.ValidationException&lt;/exception&gt;
&lt;to uri=&quot;mock:invalid&quot;/&gt;
&lt;/doCatch&gt; &lt;doFinally&gt; &lt;to
uri=&quot;mock:finally&quot;/&gt; &lt;/doFinally&gt;
&lt;/doTry&gt; &lt;/route&gt; </script>
</div>
- </div><h3
id="BookComponentAppendix-Advanced:JMXmethodclearCachedSchema">Advanced: JMX
method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><p></p><h3
id="BookComponentAppendix-SeeAlso.66">See Also</h3>
+ </div><h3
id="BookComponentAppendix-Advanced:JMXmethodclearCachedSchema">Advanced: JMX
method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><h3
id="BookComponentAppendix-Advanced:GlobalOption"CamelXmlValidatorAccessExternalDTD"">Advanced:
Global Option "CamelXmlValidatorAccessExternalDTD"</h3><p>Since <strong>Camel
2.19, 2.18.3, and  2.17.6</strong> the default schema factory no longer
allows reading external DTDs and external DTD entities. To achieve the old
behavior where it was possible to access external DTDs and DTDs entities you
can set the CamelContext global option
 "CamelXmlValidatorAccessExternalDTD" to "true". Prior to
2.19 global options where called properties.</p><p></p><h3
id="BookComponentAppendix-SeeAlso.66">See Also</h3>
<ul><li><a shape="rect" href="configuring-camel.html">Configuring
Camel</a></li><li><a shape="rect"
href="component.html">Component</a></li><li><a shape="rect"
href="endpoint.html">Endpoint</a></li><li><a shape="rect"
href="getting-started.html">Getting Started</a></li></ul><h2
id="BookComponentAppendix-Velocity">Velocity</h2><p>The
<strong>velocity:</strong> component allows you to process a message using an
<a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache
Velocity</a> template. This can be ideal when using <a shape="rect"
href="templating.html">Templating</a> to generate responses for
requests.</p><p>Maven users will need to add the following dependency to their
<code>pom.xml</code> for this component:</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">&lt;dependency&gt;
&lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
&lt;artifactId&gt;camel-velocity&lt;/artifactId&gt;
&lt;version&gt;x.x.x&lt;/version&gt; &lt;!-- use the same
version as your Camel core version --&gt; &lt;/dependency&gt;
</script>
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 Fri Feb 24 15:29:00
2017
@@ -3933,11 +3933,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> </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.rbtoc1487618327775 {padding: 0px;}
-div.rbtoc1487618327775 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1487618327775 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1487949671681 {padding: 0px;}
+div.rbtoc1487949671681 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1487949671681 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1487618327775">
+/*]]>*/</style></p><div class="toc-macro rbtoc1487949671681">
<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>
@@ -6052,11 +6052,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.rbtoc1487618328373 {padding: 0px;}
-div.rbtoc1487618328373 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1487618328373 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1487949672363 {padding: 0px;}
+div.rbtoc1487949672363 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1487949672363 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1487618328373">
+/*]]>*/</style><div class="toc-macro rbtoc1487949672363">
<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>
@@ -14245,8 +14245,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.rbtoc1487618332880 {padding: 0px;} div.rbtoc1487618332880 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1487618332880 li {margin-left:
0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1487618332880">
+</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.rbtoc1487949686523 {padding: 0px;} div.rbtoc1487949686523 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1487949686523 li {margin-left:
0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1487949686523">
<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>
@@ -19751,7 +19751,7 @@ cometds://localhost:8443/service/mychann
<div class="codeContent panelContent pdl">
<script class="brush: xml; gutter: false; theme: Default"
type="syntaxhighlighter"> &lt;route&gt; &lt;from
uri=&quot;direct:start&quot;/&gt; &lt;doTry&gt; &lt;to
uri=&quot;validator:org/apache/camel/component/validator/schema.xsd&quot;/&gt;
&lt;to uri=&quot;mock:valid&quot;/&gt; &lt;doCatch&gt;
&lt;exception&gt;org.apache.camel.ValidationException&lt;/exception&gt;
&lt;to uri=&quot;mock:invalid&quot;/&gt;
&lt;/doCatch&gt; &lt;doFinally&gt; &lt;to
uri=&quot;mock:finally&quot;/&gt; &lt;/doFinally&gt;
&lt;/doTry&gt; &lt;/route&gt; </script>
</div>
- </div><h3 id="BookInOnePage-Advanced:JMXmethodclearCachedSchema">Advanced:
JMX method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><p></p><h3 id="BookInOnePage-SeeAlso.86">See
Also</h3>
+ </div><h3 id="BookInOnePage-Advanced:JMXmethodclearCachedSchema">Advanced:
JMX method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><h3
id="BookInOnePage-Advanced:GlobalOption"CamelXmlValidatorAccessExternalDTD"">Advanced:
Global Option "CamelXmlValidatorAccessExternalDTD"</h3><p>Since <strong>Camel
2.19, 2.18.3, and  2.17.6</strong> the default schema factory no longer
allows reading external DTDs and external DTD entities. To achieve the old
behavior where it was possible to access external DTDs and DTDs entities you
can set the CamelContext global option
 "CamelXmlValidatorAccessExternalDTD" to "true". Prior to 2.19 global opti
ons where called properties.</p><p></p><h3 id="BookInOnePage-SeeAlso.86">See
Also</h3>
<ul><li><a shape="rect" href="configuring-camel.html">Configuring
Camel</a></li><li><a shape="rect"
href="component.html">Component</a></li><li><a shape="rect"
href="endpoint.html">Endpoint</a></li><li><a shape="rect"
href="getting-started.html">Getting Started</a></li></ul><h2
id="BookInOnePage-Velocity">Velocity</h2><p>The <strong>velocity:</strong>
component allows you to process a message using an <a shape="rect"
class="external-link" href="http://velocity.apache.org/">Apache Velocity</a>
template. This can be ideal when using <a shape="rect"
href="templating.html">Templating</a> to generate responses for
requests.</p><p>Maven users will need to add the following dependency to their
<code>pom.xml</code> for this component:</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">&lt;dependency&gt;
&lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
&lt;artifactId&gt;camel-velocity&lt;/artifactId&gt;
&lt;version&gt;x.x.x&lt;/version&gt; &lt;!-- use the same
version as your Camel core version --&gt; &lt;/dependency&gt;
</script>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/validation.html
==============================================================================
--- websites/production/camel/content/validation.html (original)
+++ websites/production/camel/content/validation.html Fri Feb 24 15:29:00 2017
@@ -116,7 +116,7 @@
</doTry>
</route>
]]></script>
-</div></div><h3 id="Validation-Advanced:JMXmethodclearCachedSchema">Advanced:
JMX method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><p></p><h3 id="Validation-SeeAlso">See Also</h3>
+</div></div><h3 id="Validation-Advanced:JMXmethodclearCachedSchema">Advanced:
JMX method clearCachedSchema</h3><p>Since <strong>Camel 2.17</strong>, you can
force that the cached schema in the validator endpoint is cleared and reread
with the next process call with the JMX operation <code>clearCachedSchema.
</code>You can also use this method to programmatically clear the cache. This
method is available on the <code>ValidatorEndpoint
</code>class<code>.</code></p><h3
id="Validation-Advanced:GlobalOption"CamelXmlValidatorAccessExternalDTD"">Advanced:
Global Option "CamelXmlValidatorAccessExternalDTD"</h3><p>Since <strong>Camel
2.19, 2.18.3, and  2.17.6</strong> the default schema factory no longer
allows reading external DTDs and external DTD entities. To achieve the old
behavior where it was possible to access external DTDs and DTDs entities you
can set the CamelContext global option
 "CamelXmlValidatorAccessExternalDTD" to "true". Prior to 2.19 global optio
ns where called properties.</p><p></p><h3 id="Validation-SeeAlso">See Also</h3>
<ul><li><a shape="rect" href="configuring-camel.html">Configuring
Camel</a></li><li><a shape="rect"
href="component.html">Component</a></li><li><a shape="rect"
href="endpoint.html">Endpoint</a></li><li><a shape="rect"
href="getting-started.html">Getting Started</a></li></ul></div>
</td>
<td valign="top">