Author: buildbot
Date: Fri Mar 8 08:27:30 2013
New Revision: 853602
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/jxpath.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 Fri Mar 8 08:27:30
2013
@@ -8340,6 +8340,14 @@ from(<span class="code-quote">"queue:foo
</div>
+
+<h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Option </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> lenient </td><td colspan="1" rowspan="1"
class="confluenceTd"> boolean </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11/2.10.5:</b> Allows to turn lenient on the
JXPathContext. When turned on this allows the JXPath expression to evaluate
against expressions and message bodies which may be invalid / missing data. See
more details at the <a shape="rect" class="external-link"
href="http://commons.apache.org/proper/commons-jxpath//users-guide.html#Lenient_Mode">JXPath
Documentation</a> This option is by default false. </td></tr></tbody></table>
+</div>
+
+
<h3><a shape="rect" name="BookInOnePage-UsingXMLconfiguration"></a>Using XML
configuration</h3>
<p>If you prefer to configure your routes in your <a shape="rect"
href="spring.html" title="Spring">Spring</a> XML file then you can use JXPath
expressions as follows</p>
@@ -23044,7 +23052,7 @@ assertEquals(<span class="code-quote">"R
</pre>
</div></div>
-<p>SOAP headers are propagated to and from Camel Message headers. The Camel
message header name is "org.apache.cxf.headers.Header.list" which is a constant
defined in CXF (org.apache.cxf.headers.Header.HEADER_LIST). The header value
is a List of CXF SoapHeader objects (org.apache.cxf.binding.soap.SoapHeader).
The following snippet is the InsertResponseOutHeaderProcessor (that insert a
new SOAP header in the response message). The way to access SOAP headers in
both InsertResponseOutHeaderProcessor and InsertRequestOutHeaderProcessor are
actually the same. The only difference between the two processors is setting
the direction of the inserted SOAP header.</p>
+<p>SOAP headers are propagated to and from Camel Message headers. The Camel
message header name is "org.apache.cxf.headers.Header.list" which is a constant
defined in CXF (org.apache.cxf.headers.Header.HEADER_LIST). The header value
is a List of CXF SoapHeader objects (org.apache.cxf.binding.soap.SoapHeader).
The following snippet is the InsertResponseOutHeaderProcessor (that insert a
new SOAP header in the response message). The way to access SOAP headers in
both InsertResponseOutHeaderProcessor and InsertRequestOutHeaderProcessor are
actually the same. The only difference between the two processors is setting
the direction of the inserted SOAP header.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
@@ -33458,11 +33466,11 @@ quartz:<span class="code-comment">//time
</pre>
</div></div>
-<p>When using a <a shape="rect" class="external-link"
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/StatefulJob.html"
rel="nofollow">StatefulJob</a>, the <a shape="rect" class="external-link"
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/JobDataMap.html"
rel="nofollow">JobDataMap</a> is re-persisted after every execution of the
job, thus preserving state for the next execution.</p>
+<p>When using a <a shape="rect" class="external-link"
href="http://quartz-scheduler.org/api/2.0.0/org/quartz/StatefulJob.html"
rel="nofollow">StatefulJob</a>, the <a shape="rect" class="external-link"
href="http://quartz-scheduler.org/api/2.0.0/org/quartz/JobDataMap.html"
rel="nofollow">JobDataMap</a> is re-persisted after every execution of the job,
thus preserving state for the next execution.</p>
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Running in OSGi and having multiple bundles with quartz
routes</b><br clear="none">If you run in OSGi such as Apache ServiceMix, or
Apache Karaf, and have multiple bundles with Camel routes that starts from <a
shape="rect" href="quartz.html" title="Quartz">Quartz</a> endpoints, then make
sure if you assign<br clear="none">
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Running in OSGi and having multiple bundles with quartz
routes</b><br clear="none">If you run in OSGi such as Apache ServiceMix, or
Apache Karaf, and have multiple bundles with Camel routes that start from <a
shape="rect" href="quartz.html" title="Quartz">Quartz</a> endpoints, then make
sure if you assign<br clear="none">
an <tt>id</tt> to the <camelContext> that this id is unique, as this is
required by the <tt>QuartzScheduler</tt> in the OSGi container. If you do not
set any <tt>id</tt> on <camelContext> then<br clear="none">
-an unique id is auto assigned, and there is no problem.</td></tr></table></div>
+a unique id is auto assigned, and there is no problem.</td></tr></table></div>
<h3><a shape="rect"
name="BookInOnePage-Configuringquartz.propertiesfile"></a>Configuring
quartz.properties file</h3>
@@ -33470,7 +33478,7 @@ an unique id is auto assigned, and there
<p>However the Camel <a shape="rect" href="quartz.html"
title="Quartz">Quartz</a> component also allows you to configure properties:</p>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Parameter </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>properties</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Properties</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.4</b>: You can configure a
<tt>java.util.Propoperties</tt> instance. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>propertiesFile</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.4</b>: File name of the properties
to lo
ad from the classpath </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Parameter </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>properties</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Properties</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.4</b>: You can configure a
<tt>java.util.Properties</tt> instance. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>propertiesFile</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.4</b>: File name of the properties
to load
from the classpath </td></tr></tbody></table>
</div>
</div>
@@ -36193,7 +36201,7 @@ smpp:<span class="code-comment">//smppcl
<tt>AlertNotification</tt>: an SMSC alert notification<br clear="none"
class="atl-forced-newline">
<tt>DataSm</tt>: an SMSC data short message<br clear="none"
class="atl-forced-newline">
<tt>DeliveryReceipt</tt>: an SMSC delivery receipt<br clear="none"
class="atl-forced-newline">
-<tt>DeliverSm</tt>: an SMSC deliver short message </td></tr></tbody></table>
+<tt>DeliverSm</tt>: an SMSC deliver short message </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelSmppOptionalParameters</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Map<String, Object></tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.10.5 onwards and only for
DeliverSm</b> The optional parameters send back by the SMSC.
</td></tr></tbody></table>
</div>
</div>
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 Fri Mar 8
08:27:30 2013
@@ -356,6 +356,14 @@ from(<span class="code-quote">"queue:foo
</div>
+
+<h3><a shape="rect" name="BookLanguagesAppendix-Options"></a>Options</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Option </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> lenient </td><td colspan="1" rowspan="1"
class="confluenceTd"> boolean </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11/2.10.5:</b> Allows to turn lenient on the
JXPathContext. When turned on this allows the JXPath expression to evaluate
against expressions and message bodies which may be invalid / missing data. See
more details at the <a shape="rect" class="external-link"
href="http://commons.apache.org/proper/commons-jxpath//users-guide.html#Lenient_Mode">JXPath
Documentation</a> This option is by default false. </td></tr></tbody></table>
+</div>
+
+
<h3><a shape="rect"
name="BookLanguagesAppendix-UsingXMLconfiguration"></a>Using XML
configuration</h3>
<p>If you prefer to configure your routes in your <a shape="rect"
href="spring.html" title="Spring">Spring</a> XML file then you can use JXPath
expressions as follows</p>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/jxpath.html
==============================================================================
--- websites/production/camel/content/jxpath.html (original)
+++ websites/production/camel/content/jxpath.html Fri Mar 8 08:27:30 2013
@@ -96,6 +96,14 @@ from(<span class="code-quote">"queue:foo
</div>
+
+<h3><a shape="rect" name="JXPath-Options"></a>Options</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Option </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> lenient </td><td colspan="1" rowspan="1"
class="confluenceTd"> boolean </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11/2.10.5:</b> Allows to turn lenient on the
JXPathContext. When turned on this allows the JXPath expression to evaluate
against expressions and message bodies which may be invalid / missing data. See
more details at the <a shape="rect" class="external-link"
href="http://commons.apache.org/proper/commons-jxpath//users-guide.html#Lenient_Mode">JXPath
Documentation</a> This option is by default false. </td></tr></tbody></table>
+</div>
+
+
<h3><a shape="rect" name="JXPath-UsingXMLconfiguration"></a>Using XML
configuration</h3>
<p>If you prefer to configure your routes in your <a shape="rect"
href="spring.html" title="Spring">Spring</a> XML file then you can use JXPath
expressions as follows</p>