Author: buildbot
Date: Thu Feb  5 09:18:49 2015
New Revision: 939063

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/exchangeproperty.html
Modified:
    websites/production/camel/content/architecture.html
    websites/production/camel/content/book-architecture.html
    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/camel-2150-release.html
    websites/production/camel/content/expression.html
    websites/production/camel/content/languages-supported.html
    websites/production/camel/content/languages.html
    websites/production/camel/content/predicate.html
    websites/production/camel/content/property.html
    websites/production/camel/content/what-languages-are-supported.html

Modified: websites/production/camel/content/architecture.html
==============================================================================
--- websites/production/camel/content/architecture.html (original)
+++ websites/production/camel/content/architecture.html Thu Feb  5 09:18:49 2015
@@ -84,14 +84,7 @@
 <p>An <a shape="rect" href="endpoint.html">Endpoint</a> acts rather like a URI 
or URL in a web application or a Destination in a JMS system; you can 
communicate with an endpoint; either sending messages to it or consuming 
messages from it. You can then create a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Producer.html";>Producer</a>
 or <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Consumer.html";>Consumer</a>
 on an <a shape="rect" href="endpoint.html">Endpoint</a> to exchange messages 
with it.</p>
 
 <p>The <a shape="rect" href="dsl.html">DSL</a> makes heavy use of pluggable <a 
shape="rect" href="languages.html">Languages</a> to create an <a shape="rect" 
href="expression.html">Expression</a> or <a shape="rect" 
href="predicate.html">Predicate</a> to make a truly powerful DSL which is 
extensible to the most suitable language depending on your needs. The following 
languages are supported</p>
-<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as
-       <ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a 
shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" 
href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul>
-       </li><li><a shape="rect" href="simple.html">Simple</a>
-       <ul><li><a shape="rect" href="file-language.html">File 
Language</a></li></ul>
-       </li><li><a shape="rect" href="spel.html">Spring Expression 
Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a 
shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul>
-
-
-<p>Most of these languages is also supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
+<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a 
shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" 
href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.ht
 ml">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a 
shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" 
href="simple.html">Simple</a><ul><li><a shape="rect" 
href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" 
href="spel.html">Spring Expression Language</a></li><li><a shape="rect" 
href="sql.html">SQL</a></li><li><a shape="rect" 
href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also 
supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
 
 <h2 id="Architecture-Contents">Contents</h2>
 
@@ -101,7 +94,7 @@
 
 <h2 id="Architecture-Diagram">Diagram</h2>
 
-<p><img class="confluence-embedded-image" 
src="https://cwiki.apache.org/confluence/download/attachments/49337/camel-components.png?version=1&amp;modificationDate=1176821104000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/49337/camel-components.png?version=1&amp;modificationDate=1176821104000&amp;api=v2"></p></div>
+<p><img class="confluence-embedded-image" 
src="architecture.data/camel-components.png" 
data-image-src="/confluence/download/attachments/49337/camel-components.png?version=1&amp;modificationDate=1176821104000&amp;api=v2"></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/book-architecture.html
==============================================================================
--- websites/production/camel/content/book-architecture.html (original)
+++ websites/production/camel/content/book-architecture.html Thu Feb  5 
09:18:49 2015
@@ -97,14 +97,7 @@ Camel uses a Java based <a shape="rect"
 
 <p>The <a shape="rect" href="dsl.html">DSL</a> makes heavy use of pluggable <a 
shape="rect" href="languages.html">Languages</a> to create an <a shape="rect" 
href="expression.html">Expression</a> or <a shape="rect" 
href="predicate.html">Predicate</a> to make a truly powerful DSL which is 
extensible to the most suitable language depending on your needs. The following 
languages are supported</p>
 
-<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as
-       <ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a 
shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" 
href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul>
-       </li><li><a shape="rect" href="simple.html">Simple</a>
-       <ul><li><a shape="rect" href="file-language.html">File 
Language</a></li></ul>
-       </li><li><a shape="rect" href="spel.html">Spring Expression 
Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a 
shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul>
-
-
-<p>Most of these languages is also supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
+<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a 
shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" 
href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.ht
 ml">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a 
shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" 
href="simple.html">Simple</a><ul><li><a shape="rect" 
href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" 
href="spel.html">Spring Expression Language</a></li><li><a shape="rect" 
href="sql.html">SQL</a></li><li><a shape="rect" 
href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also 
supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
 
 <p>For a full details of the individual languages see the <a shape="rect" 
href="book-languages-appendix.html">Language Appendix</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 Thu Feb  5 09:18:49 
2015
@@ -480,14 +480,7 @@ Camel uses a Java based <a shape="rect"
 
 <p>The <a shape="rect" href="dsl.html">DSL</a> makes heavy use of pluggable <a 
shape="rect" href="languages.html">Languages</a> to create an <a shape="rect" 
href="expression.html">Expression</a> or <a shape="rect" 
href="predicate.html">Predicate</a> to make a truly powerful DSL which is 
extensible to the most suitable language depending on your needs. The following 
languages are supported</p>
 
-<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as
-       <ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a 
shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" 
href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul>
-       </li><li><a shape="rect" href="simple.html">Simple</a>
-       <ul><li><a shape="rect" href="file-language.html">File 
Language</a></li></ul>
-       </li><li><a shape="rect" href="spel.html">Spring Expression 
Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a 
shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul>
-
-
-<p>Most of these languages is also supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
+<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a 
shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" 
href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.ht
 ml">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a 
shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" 
href="simple.html">Simple</a><ul><li><a shape="rect" 
href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" 
href="spel.html">Spring Expression Language</a></li><li><a shape="rect" 
href="sql.html">SQL</a></li><li><a shape="rect" 
href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also 
supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
 
 <p>For a full details of the individual languages see the <a shape="rect" 
href="book-languages-appendix.html">Language Appendix</a></p>
 
@@ -4128,11 +4121,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.rbtoc1422782244630 {padding: 0px;}
-div.rbtoc1422782244630 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1422782244630 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1423127853630 {padding: 0px;}
+div.rbtoc1423127853630 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1423127853630 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1422782244630">
+/*]]>*/</style></p><div class="toc-macro rbtoc1423127853630">
 <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>
@@ -6318,11 +6311,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1422782245150 {padding: 0px;}
-div.rbtoc1422782245150 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1422782245150 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1423127854060 {padding: 0px;}
+div.rbtoc1423127854060 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1423127854060 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1422782245150">
+/*]]>*/</style><div class="toc-macro rbtoc1423127854060">
 <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>
@@ -8302,15 +8295,13 @@ This is done using the following syntax:
 </div></div>
 
 <p>Otherwise, you'll also need <a shape="rect" class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ognl/2.7.3_4/org.apache.servicemix.bundles.ognl-2.7.3_4.jar";
 rel="nofollow">OGNL</a></p>
-<h2 id="BookInOnePage-PropertyExpressionLanguage">Property Expression 
Language</h2>
-
-<p>The Property Expression Language allows you to extract values of named 
exchange properties.</p>
-
-<h3 id="BookInOnePage-Exampleusage.2">Example usage</h3>
-
-<p>The recipientList element of the Spring DSL can utilize a property 
expression like: </p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<h2 id="BookInOnePage-PropertyExpressionLanguage">Property Expression 
Language</h2><p>The Property Expression Language allows you to extract values 
of named exchange properties.</p>    <div class="aui-message warning shadowed 
information-macro">
+                            <span class="aui-icon icon-warning">Icon</span>
+                <div class="message-content">
+                            <p>From <strong>Camel 2.15</strong> onwards the 
property language has been renamed to exchangeProperty to avoid ambiguity, 
confusion and clash with properties as a general term. So use exchangeProperty 
instead of property when using Camel 2.15 onwards.</p>
+                    </div>
+    </div>
+<p>&#160;</p><h3 id="BookInOnePage-Exampleusage.2">Example usage</h3><p>The 
recipientList element of the Spring DSL can utilize a property expression 
like:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 &lt;route&gt;
   &lt;from uri=&quot;direct:a&quot; /&gt;
@@ -8319,27 +8310,14 @@ This is done using the following syntax:
   &lt;/recipientList&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div>
-
-<p>In this case, the list of recipients are contained in the property 
'myProperty'. </p>
-
-<p>And the same example in Java DSL:</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div><p>In this case, the list of recipients are contained in the 
property 'myProperty'.</p><p>And the same example in Java DSL:</p><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:a&quot;).recipientList(property(&quot;myProperty&quot;));
 ]]></script>
-</div></div>
-
-<p>And with a slightly different syntax where you use the builder to the 
fullest (i.e. avoid using parameters but using stacked operations, notice that 
property is not a parameter but a stacked method call)</p>
-<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:a&quot;).recipientList().property(&quot;myProperty&quot;);
+</div></div><p>And with a slightly different syntax where you use the builder 
to the fullest (i.e. avoid using parameters but using stacked operations, 
notice that property is not a parameter but a stacked method call)</p><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:a&quot;).recipientList().property(&quot;myProperty&quot;);
 ]]></script>
-</div></div>
-
-<h3 id="BookInOnePage-Dependencies.7">Dependencies</h3>
-<p>The Property language is part of <strong>camel-core</strong>.</p>
+</div></div><h3 id="BookInOnePage-Dependencies.7">Dependencies</h3><p>The 
Property language is part of <strong>camel-core</strong>.</p>
 <h2 id="BookInOnePage-ScriptingLanguages">Scripting Languages</h2>
 
 <p>Camel supports a number of scripting languages which can be used to create 
an <a shape="rect" href="expression.html">Expression</a> or <a shape="rect" 
href="predicate.html">Predicate</a> via the standard <a shape="rect" 
class="external-link" href="http://jcp.org/en/jsr/detail?id=223"; 
rel="nofollow">JSR 223</a> which is a standard part of Java 6. </p>
@@ -18942,11 +18920,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.rbtoc1422782250396 {padding: 0px;}
-div.rbtoc1422782250396 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1422782250396 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1423127864332 {padding: 0px;}
+div.rbtoc1423127864332 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1423127864332 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1422782250396">
+/*]]>*/</style></p><div class="toc-macro rbtoc1423127864332">
 <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>

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 Thu Feb  5 
09:18:49 2015
@@ -501,15 +501,13 @@ This is done using the following syntax:
 </div></div>
 
 <p>Otherwise, you'll also need <a shape="rect" class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ognl/2.7.3_4/org.apache.servicemix.bundles.ognl-2.7.3_4.jar";
 rel="nofollow">OGNL</a></p>
-<h2 id="BookLanguagesAppendix-PropertyExpressionLanguage">Property Expression 
Language</h2>
-
-<p>The Property Expression Language allows you to extract values of named 
exchange properties.</p>
-
-<h3 id="BookLanguagesAppendix-Exampleusage.2">Example usage</h3>
-
-<p>The recipientList element of the Spring DSL can utilize a property 
expression like: </p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<h2 id="BookLanguagesAppendix-PropertyExpressionLanguage">Property Expression 
Language</h2><p>The Property Expression Language allows you to extract values 
of named exchange properties.</p>    <div class="aui-message warning shadowed 
information-macro">
+                            <span class="aui-icon icon-warning">Icon</span>
+                <div class="message-content">
+                            <p>From <strong>Camel 2.15</strong> onwards the 
property language has been renamed to exchangeProperty to avoid ambiguity, 
confusion and clash with properties as a general term. So use exchangeProperty 
instead of property when using Camel 2.15 onwards.</p>
+                    </div>
+    </div>
+<p>&#160;</p><h3 id="BookLanguagesAppendix-Exampleusage.2">Example 
usage</h3><p>The recipientList element of the Spring DSL can utilize a property 
expression like:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 &lt;route&gt;
   &lt;from uri=&quot;direct:a&quot; /&gt;
@@ -518,27 +516,14 @@ This is done using the following syntax:
   &lt;/recipientList&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div>
-
-<p>In this case, the list of recipients are contained in the property 
'myProperty'. </p>
-
-<p>And the same example in Java DSL:</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div><p>In this case, the list of recipients are contained in the 
property 'myProperty'.</p><p>And the same example in Java DSL:</p><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:a&quot;).recipientList(property(&quot;myProperty&quot;));
 ]]></script>
-</div></div>
-
-<p>And with a slightly different syntax where you use the builder to the 
fullest (i.e. avoid using parameters but using stacked operations, notice that 
property is not a parameter but a stacked method call)</p>
-<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:a&quot;).recipientList().property(&quot;myProperty&quot;);
+</div></div><p>And with a slightly different syntax where you use the builder 
to the fullest (i.e. avoid using parameters but using stacked operations, 
notice that property is not a parameter but a stacked method call)</p><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:a&quot;).recipientList().property(&quot;myProperty&quot;);
 ]]></script>
-</div></div>
-
-<h3 id="BookLanguagesAppendix-Dependencies.7">Dependencies</h3>
-<p>The Property language is part of <strong>camel-core</strong>.</p>
+</div></div><h3 
id="BookLanguagesAppendix-Dependencies.7">Dependencies</h3><p>The Property 
language is part of <strong>camel-core</strong>.</p>
 <h2 id="BookLanguagesAppendix-ScriptingLanguages">Scripting Languages</h2>
 
 <p>Camel supports a number of scripting languages which can be used to create 
an <a shape="rect" href="expression.html">Expression</a> or <a shape="rect" 
href="predicate.html">Predicate</a> via the standard <a shape="rect" 
class="external-link" href="http://jcp.org/en/jsr/detail?id=223"; 
rel="nofollow">JSR 223</a> which is a standard part of Java 6. </p>

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

Modified: websites/production/camel/content/camel-2150-release.html
==============================================================================
--- websites/production/camel/content/camel-2150-release.html (original)
+++ websites/production/camel/content/camel-2150-release.html Thu Feb  5 
09:18:49 2015
@@ -84,7 +84,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 
id="Camel2.15.0Release-Camel2.15.0release(currentlyinprogress)">Camel&#160;2.15.0
 release (currently in progress)</h1><div 
style="padding-right:20px;float:left;margin-left:-20px;"><p><img 
class="confluence-embedded-image confluence-external-resource" 
src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"; 
data-image-src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png";></p></div><div
 style="min-height:200px">&#160;</div><h2 
id="Camel2.15.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to 
the 2.15.0 release which approx XXX issues resolved (new features, improvements 
and bug fixes such as...)</p><ul><li><span>Component, data format, language and 
eip documentation now included in the built component JARs. And Java API and 
JMX API to access that documentation. And APIs to explain an endpoint uri, eip 
configuration and what all those configured options mean. In other words the 
same level of complete d
 ocumentation of your Camel apps at both design and runtime, accessible from 
Java / JMX and tooling.</span></li><li><span>Component, data format, language 
and eip can now have&#160;associated&#160;label(s) which are used for grouping 
components into: core, database, messaging, http, rest, 
etc.</span></li><li><span>Provide Configurer for user to configure the CXF 
conduit and CXF destination from Java code</span></li><li><span><span>Added a 
<code>DelegateEndpoint</code>&#160;interface into Camel 
API</span></span></li><li>Support to setup the SslContextParameters in the <a 
shape="rect" href="restlet.html">camel-restlet</a> component</li><li>Java DSL - 
Should support nested choice in doTry .. doCatch</li><li><a shape="rect" 
href="mongodb.html">MongoDb</a> component now <a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-7996";>stores OIDs</a>&#160;of 
the inserted records in the message header</li><li><a shape="rect" 
href="recipient-list.html">Recipient 
 List</a> now supports specifying custom&#160;<a shape="rect" 
href="exchange-pattern.html">Exchange Pattern</a> in the endpoint 
ur's</li><li><a shape="rect" href="type-converter.html">Type Converter</a> to 
enum's is now case insensitive, so you can convert safely level=info to an enum 
with name Level.INFO etc.</li><li><a shape="rect" href="xslt.html">XSLT</a> 
and&#160;<a shape="rect" 
href="https://cwiki.apache.org/confluence/display/SM/Validation";>Validation</a> 
components now provides all their endpoint configurations in the endpoint, and 
not only in the component, making these components like any other 
components.</li><li>Made the <a shape="rect" href="karaf.html">Camel Karaf 
Commands</a> reusable by moving common code into 
a&#160;<code>camel-commands-core</code> module that SPI can extend and plugin 
Camel commands for other environments.</li><li>Further hardening of the&#160;<a 
shape="rect" href="sjms.html">SJMS</a>&#160;component.</li><li><a shape="rect" 
href="rest-dsl.html">Rest
  DSL</a> with embedded routes now supports <a shape="rect" 
href="exception-clause.html">onException</a>, <a shape="rect" 
href="intercept.html">intercept</a> etc in use for those embedded routes, just 
like any regular routes.&#160;</li><li><a shape="rect" 
href="rest-dsl.html">Rest DSL</a> now by default uses custom error message 
as-is without attempting to binding output (requires a HTTP error code of 300+ 
is set as a header)</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports specifying a default value together with the key to 
lookup.</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports not having to define a PropertiesComponent if all the placeholder keys 
has default values which are to be used (less configuration needed in those 
situations).</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports 
 3rd party functions to lookup the property values, this allow end users to 
implement their own logic - we provide 3 out of the box functions to lookup 
values from OS environment variable, JVM system properties, or the service name 
idiom.</li><li><a shape="rect" href="rabbitmq.html">RabbitMQ</a> now pools 
Channels for the producer to avoid sharing same Channel among concurrent 
producers which are not recommended by RabbitMQ client.</li><li>Camel commands 
is now reusable outside Apache Karaf as a base by 
the&#160;<code>commands-core</code> module.</li><li>Camel commands using <a 
shape="rect" class="external-link" href="http://www.jolokia.org/"; 
rel="nofollow">Jolokia</a> for remote communication by 
the&#160;<code>commands-jolokia</code> module.</li><li>More minor processors 
such as setHeader, removeHeader, removeHeaders and ditto for properties is now 
also enlisted in JMX under processors.</li><li>Optimized usage of type 
conversion during routing reducing the number of attempts needed.
 </li><li>Optimized CaseInsentiveMap used as message headers to use a single 
map instead of two and yield less memory overhead and 
performance</li><li>Asynchronous routing engine that are forced to block 
threads now exposes this using a <a shape="rect" 
href="asyncprocessorawaitmanager.html">manager</a> that offers runtime insight 
using JMX. And as well attempts to free blocked threads during graceful 
shutdown, to avoid any threads hanging in the JVM.</li><li><a shape="rect" 
href="swagger.html">Swagger</a> now supports any kind of runtime environment, 
as only JMX being enabled is required.</li><li><a shape="rect" 
href="xml-security-component.html">XML Security component</a> supports 
now&#160;&#160;XAdES-BES/EPES&#160;in the signer endpoint.</li><li><a 
shape="rect" href="hl7.html">HL7</a> MLLP codec now supports&#160;<a 
shape="rect" href="netty4.html">Netty4</a> based transport.</li><li>Inflight 
repository now allows to browse the current inflight exchanges to obtain 
information where 
 these exchanges are inflight and for how long. Expose this information in JMX 
and Camel commands as well.</li><li><a shape="rect" 
href="graceful-shutdown.html">Graceful Shutdown</a> now logs information about 
the inflight exchanges that are still present during shutdown and a timeout was 
hit.</li><li><a shape="rect" href="message-history.html">Message History</a> 
which dumps&#160;Exchange information not supports the&#160;<span style="color: 
rgb(0,0,0);"><a shape="rect" 
href="how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html">Exchange.LOG_DEBUG_BODY_MAX_CHARS</a>
 option to limit the max chars outputted in the 
logs.</span></li><li><code>DefaultClassLoader</code> now fallback and use the 
application context classloader that may have been set 
on&#160;<code>CamelContext</code> to better be able to load classes/resources 
from classpath in different runtime environments.<span style="color: 
rgb(0,0,0);"><br clear="none"></span></li><li><a shape="rect" 
href="camel-jmx.htm
 l">Camel JMX</a> now includes current inflight exchanges at processor level, 
which means we can have a complete breakdown where exchanges are, and as well 
from the improved&#160;<code>InflightRegistry</code> which has APi and JMX api 
to browse the current inflight with details of the exchange and processing 
times etc.</li><li>Support for Jetty 9 using the 
new&#160;<code>camel-component-jetty9</code> 
module.</li><li>The&#160;<code>EndpointRegistry</code> now stores endpoints in 
two caches; a static unbounded cache to keep endpoints for their lifetime, and 
a dynamic limited cache to keep only the recently used 
endpoints.&#160;</li><li><a shape="rect" href="endpoint.html">Endpoint</a>'s 
used by routes are kept in the static cache of 
the&#160;<code>EndpointRegistry</code> as long as the lifetime of the 
routes.</li><li>Removing a route now also remove its static&#160;<a 
shape="rect" href="endpoint.html">Endpoint</a>'s from 
the&#160;<code>EndpointRegistry</code> (if those endpoints are no
 t shared and used by other routes). Mind that any dynamic endpoint created 
during routing from dynamic&#160;<a shape="rect" href="eip.html">EIP</a>s such 
as recipient list, routing slip, dynamic router etc, are not removed from the 
<code>EndpointRegistry</code>&#160;when the route is removed.</li><li><a 
shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> now logs a 
WARN if a new exception occurred while it was attempting to process the dead 
letter message. The new exception will by default be handled so the&#160;<a 
shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> always 
complete succesfull. The new 
option&#160;<span>deadLetterHandleNewException</span><span>&#160;can be set 
to&#160;<code>false</code> to turn this off.</span></li><li><span><a 
shape="rect" href="groovy.html">GroovyShell</a> creation process can now be <a 
shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-8259";>customized</a> using 
<code>GroovyShellF
 actory</code> SPI interface.</span></li><li><a shape="rect" 
href="how-do-i-configure-endpoints.html">Configuring endpoint uris in XML 
DSL</a> now allow to specify the uri attribute using multiple lines; this can 
make it more readable when having very long uris. Notice only the uri 
attributes support this.</li></ul><h3 id="Camel2.15.0Release-Fixedissues">Fixed 
issues</h3><ul><li>Fixed processors was not enlisted in JMX when routes was 
transacted.</li><li>Fixed the NullPointerException when using CXF endpoint with 
enrich</li><li>Fixed the&#160;endpointProperty of&#160;restConfiguration 
doesn't work issue</li><li>Fixed the issue that&#160;CircuitBreakerLoadBalancer 
fails on async processors</li><li>Fixed&#160;MyBatis consumer <a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-8011";>ignoring 
maxMessagesPerPoll</a> option</li><li>Fixed potential issue 
with&#160;pollEnrich not triggering error handler if an exception was thrown in 
the polling.</li><li>
 Fixed a memory leak if using&#160;<a shape="rect" 
href="dynamic-router.html">Dynamic Router</a> that loops many times, and 
uses&#160;any of&#160;<code>convertBodyTo</code> or&#160;<code>setBody</code> 
or&#160;<code>transform</code> in the loop, causing memory to stack up until 
the Exchange is done.</li><li>Fixed and improved how&#160;<a shape="rect" 
href="bean.html">Bean</a>&#160;component and&#160;<a shape="rect" 
href="simple.html">Simple</a>&#160;language invoking beans detect methods that 
are overridden, and able to filter and apply this as a single method, to be 
invoked. Avoids AmbiguousMethodCallException&#160;being thrown.</li><li>Fixed a 
thread leak if restarting routes using stop/start and the routes is a scheduled 
poll consumer, such as file/ftp&#160;components.</li><li>Using 
?exchangePattern=InOnly or InOut in endpoint uris now take precedence as the 
pattern in use when sending to the endpoint, using to/recipient 
list.</li><li><a shape="rect" href="mail.html">Mail</a>&#160
 ;component no longer includes headers starting with&#160;<code>Camel</code> in 
their keys, as those are consider internal headers and should not be included 
in the sent emails.<br clear="none"><br clear="none"></li></ul><h3 
id="Camel2.15.0Release-New">New <a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise Integration 
Patterns</a></h3><h3 id="Camel2.15.0Release-New.1">New <a shape="rect" 
href="components.html">Components</a></h3><ul><li><a shape="rect" 
href="beanstalk.html">camel-beanstalk</a> - for working with Amazon Beanstalk 
jobs.</li><li>came-cassandraql -&#160;Cassandra CQL3 
support</li><li><code>camel-chunk</code> - for templating with Chunk 
engine.</li><li><a shape="rect" href="docker.html">camel-docker</a> - to 
communicate with Docker.</li><li>camel-github - for integrating with 
github</li><li>camel-google-calendar -&#160;provides access to&#160;<a 
shape="rect" class="external-link" href="http://google.com/calendar"; 
rel="nofollow">Google Calendar</a>&#160
 ;via the&#160;<a shape="rect" class="external-link" 
href="https://developers.google.com/google-apps/calendar/v3/reference/"; 
rel="nofollow">Google Calendar Web APIs</a>.</li><li>camel-google-mail 
-&#160;provides access to&#160;<a shape="rect" class="external-link" 
href="http://gmail.com/"; rel="nofollow">Gmail</a>&#160;via the&#160;<a 
shape="rect" class="external-link" 
href="https://developers.google.com/gmail/api/v1/reference/"; 
rel="nofollow">Google Mail Web APIs</a>.</li><li><a shape="rect" 
href="hipchat.html">camel-hipchat</a> - to integrate with the Hipchat 
service</li><li>camel-pgevent -&#160;Component for sending/receiving 
notifications in PostgreSQL via the pgjdbc-ng driver</li><li>camel-jira - for 
integrating with JIRA issue tracker</li><li>camel-scr - for using Camel with <a 
shape="rect" class="external-link" 
href="http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html";>SCR</a>&#160;(OSGi
 declarative services) on OSGi containers s
 uch as Apache Karaf</li><li><a shape="rect" 
href="spring-boot.html">camel-spring-boot</a> - for using Camel with Spring 
Boot</li><li>camel-test-spring40 - for testing with Spring 4.0.x. 
camel-test-spring is for Spring 4.1.x onwards.</li></ul><h3 
id="Camel2.15.0Release-NewDSL">New DSL</h3><ul><li>Added 
<strong>removeProperties</strong> to remove the properties from 
exchange.</li></ul><h3 id="Camel2.15.0Release-NewAnnotations">New 
Annotations</h3><h3 id="Camel2.15.0Release-NewDataFormats">New <a shape="rect" 
href="data-format.html">Data 
Formats</a></h3><ul><li>camel-univocity-parsers</li></ul><h3 
id="Camel2.15.0Release-New.2">New <a shape="rect" 
href="languages.html">Languages</a></h3><h3 id="Camel2.15.0Release-New.3">New 
<a shape="rect" href="examples.html">Examples</a></h3><h3 
id="Camel2.15.0Release-New.4">New <a shape="rect" 
href="tutorials.html">Tutorials</a></h3><h2 
id="Camel2.15.0Release-KnownIssues">Known Issues</h2><h2 
id="Camel2.15.0Release-DependencyUpgrades"><span>Dependenc
 y Upgrades</span></h2><ul><li>AWS-Java-SDK 1.8.3 to 1.8.9.1</li><li>Codahale 
Metrics 3.0 to 3.1</li><li>CXF 3.0.2 to 3.0.3</li><li>Hazelcast 3.3.2 to 
3.4</li><li>JAXB 2.2.7 to 2.2.11</li><li>JRuby 1.7.16 to 1.7.18</li><li>Guava 
17.0 to 18.0</li><li>Jsch 0.1.50 to 0.1.51</li><li>JsonPath 1.1.0 to 
1.2.0</li><li>Spring 4.0.7.RELEASE to 4.1.4.RELEASE</li><li>Spring Security 
3.1.7.RELEASE to 3.2.5.RELEASE</li><li>RX Java 0.20 to 1.0.4</li><li>... and 
many other upgrades</li></ul><h2 
id="Camel2.15.0Release-Importantchangestoconsiderwhenupgrading">Important 
changes to consider when upgrading</h2><ul><li>Spring 4.1.x is now the default 
out of the box Spring version.</li><li><span style="color: rgb(0,0,0);">Unit 
testing with Spring 4.0.x requires using camel-test-spring40, as 
camel-test-spring is for Spring 4.1 or better.</span></li><li><span 
style="color: rgb(0,0,0);">Remember to add&#160;<code class="java 
color1">@BootstrapWith</code><code class="java 
plain">(CamelTestContextBootstrapper.<
 /code><code class="java keyword">class</code><code class="java 
plain">)</code>&#160;if upgrading from Spring 3.x or 4.0.x to Spring 4.1 
onwards, and using the camel-test-spring module.</span></li><li><a shape="rect" 
href="xslt.html">XSLT</a>&#160;component now require 
configuring&#160;<code>transformerFactory</code> using&#160;<a shape="rect" 
href="uris.html">URIs</a> with the #syntax to refer to a bean. Just like any 
other component would do.</li><li>Slight refactor 
in&#160;<code>camel-metrics</code> component which may affect users who are 
using the java endpoint types instead of configuring using 
uris</li><li><code>camel-csv</code> upgraded to Commons CSV 1.x which has a 
different API than the old 0.x version. End users may need to adjust their 
code.</li><li><code>camel-sjms</code> has been refactored a bit to further 
harden this component.&#160;End users may need to adjust their 
code.</li><li>The <a shape="rect" href="simple.html">simple</a> function 
properties:locations:key has
  been renamed to properties-location:locations:key, as it would clash with the 
new functionality to specify a default value after the key name, eg 
properties:key:default</li><li>Removed the backlog tracer commands from the 
Karaf Camel commands as they are not suitable for a CLI environment</li><li>The 
need for runtime specific servlets in <a shape="rect" 
href="swagger.html">Swagger</a>&#160;has been removed, and instead just use the 
default servlet which is provided out of the 
box.&#160;</li><li><code>org.apache.camel.spi.InflightRepository</code> now 
includes additional methods for browsing in-flight exchanges.</li><li>Using 
?exchangePattern=InOnly or InOut in endpoint uris now take precedence as the 
pattern in use when sending to the endpoint, using to/recipient 
list.</li><li><code>DefaultClassLoader</code> now fallback and use the 
application context classloader that may have been set 
on&#160;<code>CamelContext</code> to better be able to load classes/resources 
from classpath in 
 different runtime environments.</li><li><a shape="rect" 
href="mail.html">Mail</a>&#160;component no longer includes headers starting 
with&#160;<code>Camel</code> in their keys, as those are consider internal 
headers and should not be included in the sent emails.</li><li>Removing a route 
now also remove its static&#160;<a shape="rect" 
href="endpoint.html">Endpoint</a>'s from the&#160;<code>EndpointRegistry</code> 
(if those endpoints are not shared and used by other routes). Mind that any 
dynamic endpoint created during routing from dynamic&#160;<a shape="rect" 
href="eip.html">EIP</a>s such as recipient list, routing slip, dynamic router 
etc, are not removed from the <code>EndpointRegistry</code>&#160;when the route 
is removed.</li><li>All boolean isFoo methods on the model classes has been 
removed to ensure the model has consistent java bean getter/setter style with 
exactly one getter and one setter of the same type.<br clear="none"><br 
clear="none"></li></ul><h2 id="Camel2.15.0Relea
 se-GettingtheDistributions">Getting the Distributions</h2><h3 
id="Camel2.15.0Release-BinaryDistributions">Binary Distributions</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>PGP Signature file of 
download</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.15.0/apache-camel-x.y.x.zip";>apache-camel-2.15.0.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.15.0/apache-camel-x.y.x.zip.asc";>apache-camel-2.15.0.zip.asc</a></p></td></tr><tr><td
 colspan="1" rowspan="1" 
 class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.15.0/apache-camel-x.y.x.tar.gz";>apache-camel-2.15.0.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.15.0/apache-camel-x.y.x.tar.gz.asc";>apache-camel-2.15.0.tar.gz.asc</a></p></td></tr></tbody></table></div>
    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 
id="Camel2.15.0Release-Camel2.15.0release(currentlyinprogress)">Camel&#160;2.15.0
 release (currently in progress)</h1><div 
style="padding-right:20px;float:left;margin-left:-20px;"><p><img 
class="confluence-embedded-image confluence-external-resource" 
src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"; 
data-image-src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png";></p></div><div
 style="min-height:200px">&#160;</div><h2 
id="Camel2.15.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to 
the 2.15.0 release which approx XXX issues resolved (new features, improvements 
and bug fixes such as...)</p><ul><li><span>Component, data format, language and 
eip documentation now included in the built component JARs. And Java API and 
JMX API to access that documentation. And APIs to explain an endpoint uri, eip 
configuration and what all those configured options mean. In other words the 
same level of complete d
 ocumentation of your Camel apps at both design and runtime, accessible from 
Java / JMX and tooling.</span></li><li><span>Component, data format, language 
and eip can now have&#160;associated&#160;label(s) which are used for grouping 
components into: core, database, messaging, http, rest, 
etc.</span></li><li><span>Provide Configurer for user to configure the CXF 
conduit and CXF destination from Java code</span></li><li><span><span>Added a 
<code>DelegateEndpoint</code>&#160;interface into Camel 
API</span></span></li><li>Support to setup the SslContextParameters in the <a 
shape="rect" href="restlet.html">camel-restlet</a> component</li><li>Java DSL - 
Should support nested choice in doTry .. doCatch</li><li><a shape="rect" 
href="mongodb.html">MongoDb</a> component now <a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-7996";>stores OIDs</a>&#160;of 
the inserted records in the message header</li><li><a shape="rect" 
href="recipient-list.html">Recipient 
 List</a> now supports specifying custom&#160;<a shape="rect" 
href="exchange-pattern.html">Exchange Pattern</a> in the endpoint 
ur's</li><li><a shape="rect" href="type-converter.html">Type Converter</a> to 
enum's is now case insensitive, so you can convert safely level=info to an enum 
with name Level.INFO etc.</li><li><a shape="rect" href="xslt.html">XSLT</a> 
and&#160;<a shape="rect" 
href="https://cwiki.apache.org/confluence/display/SM/Validation";>Validation</a> 
components now provides all their endpoint configurations in the endpoint, and 
not only in the component, making these components like any other 
components.</li><li>Made the <a shape="rect" href="karaf.html">Camel Karaf 
Commands</a> reusable by moving common code into 
a&#160;<code>camel-commands-core</code> module that SPI can extend and plugin 
Camel commands for other environments.</li><li>Further hardening of the&#160;<a 
shape="rect" href="sjms.html">SJMS</a>&#160;component.</li><li><a shape="rect" 
href="rest-dsl.html">Rest
  DSL</a> with embedded routes now supports <a shape="rect" 
href="exception-clause.html">onException</a>, <a shape="rect" 
href="intercept.html">intercept</a> etc in use for those embedded routes, just 
like any regular routes.&#160;</li><li><a shape="rect" 
href="rest-dsl.html">Rest DSL</a> now by default uses custom error message 
as-is without attempting to binding output (requires a HTTP error code of 300+ 
is set as a header)</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports specifying a default value together with the key to 
lookup.</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports not having to define a PropertiesComponent if all the placeholder keys 
has default values which are to be used (less configuration needed in those 
situations).</li><li>Camel&#160;<a shape="rect" 
href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> now 
supports 
 3rd party functions to lookup the property values, this allow end users to 
implement their own logic - we provide 3 out of the box functions to lookup 
values from OS environment variable, JVM system properties, or the service name 
idiom.</li><li><a shape="rect" href="rabbitmq.html">RabbitMQ</a> now pools 
Channels for the producer to avoid sharing same Channel among concurrent 
producers which are not recommended by RabbitMQ client.</li><li>Camel commands 
is now reusable outside Apache Karaf as a base by 
the&#160;<code>commands-core</code> module.</li><li>Camel commands using <a 
shape="rect" class="external-link" href="http://www.jolokia.org/"; 
rel="nofollow">Jolokia</a> for remote communication by 
the&#160;<code>commands-jolokia</code> module.</li><li>More minor processors 
such as setHeader, removeHeader, removeHeaders and ditto for properties is now 
also enlisted in JMX under processors.</li><li>Optimized usage of type 
conversion during routing reducing the number of attempts needed.
 </li><li>Optimized CaseInsentiveMap used as message headers to use a single 
map instead of two and yield less memory overhead and 
performance</li><li>Asynchronous routing engine that are forced to block 
threads now exposes this using a <a shape="rect" 
href="asyncprocessorawaitmanager.html">manager</a> that offers runtime insight 
using JMX. And as well attempts to free blocked threads during graceful 
shutdown, to avoid any threads hanging in the JVM.</li><li><a shape="rect" 
href="swagger.html">Swagger</a> now supports any kind of runtime environment, 
as only JMX being enabled is required.</li><li><a shape="rect" 
href="xml-security-component.html">XML Security component</a> supports 
now&#160;&#160;XAdES-BES/EPES&#160;in the signer endpoint.</li><li><a 
shape="rect" href="hl7.html">HL7</a> MLLP codec now supports&#160;<a 
shape="rect" href="netty4.html">Netty4</a> based transport.</li><li>Inflight 
repository now allows to browse the current inflight exchanges to obtain 
information where 
 these exchanges are inflight and for how long. Expose this information in JMX 
and Camel commands as well.</li><li><a shape="rect" 
href="graceful-shutdown.html">Graceful Shutdown</a> now logs information about 
the inflight exchanges that are still present during shutdown and a timeout was 
hit.</li><li><a shape="rect" href="message-history.html">Message History</a> 
which dumps&#160;Exchange information not supports the&#160;<span style="color: 
rgb(0,0,0);"><a shape="rect" 
href="how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html">Exchange.LOG_DEBUG_BODY_MAX_CHARS</a>
 option to limit the max chars outputted in the 
logs.</span></li><li><code>DefaultClassLoader</code> now fallback and use the 
application context classloader that may have been set 
on&#160;<code>CamelContext</code> to better be able to load classes/resources 
from classpath in different runtime environments.<span style="color: 
rgb(0,0,0);"><br clear="none"></span></li><li><a shape="rect" 
href="camel-jmx.htm
 l">Camel JMX</a> now includes current inflight exchanges at processor level, 
which means we can have a complete breakdown where exchanges are, and as well 
from the improved&#160;<code>InflightRegistry</code> which has APi and JMX api 
to browse the current inflight with details of the exchange and processing 
times etc.</li><li>Support for Jetty 9 using the 
new&#160;<code>camel-component-jetty9</code> 
module.</li><li>The&#160;<code>EndpointRegistry</code> now stores endpoints in 
two caches; a static unbounded cache to keep endpoints for their lifetime, and 
a dynamic limited cache to keep only the recently used 
endpoints.&#160;</li><li><a shape="rect" href="endpoint.html">Endpoint</a>'s 
used by routes are kept in the static cache of 
the&#160;<code>EndpointRegistry</code> as long as the lifetime of the 
routes.</li><li>Removing a route now also remove its static&#160;<a 
shape="rect" href="endpoint.html">Endpoint</a>'s from 
the&#160;<code>EndpointRegistry</code> (if those endpoints are no
 t shared and used by other routes). Mind that any dynamic endpoint created 
during routing from dynamic&#160;<a shape="rect" href="eip.html">EIP</a>s such 
as recipient list, routing slip, dynamic router etc, are not removed from the 
<code>EndpointRegistry</code>&#160;when the route is removed.</li><li><a 
shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> now logs a 
WARN if a new exception occurred while it was attempting to process the dead 
letter message. The new exception will by default be handled so the&#160;<a 
shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> always 
complete succesfull. The new 
option&#160;<span>deadLetterHandleNewException</span><span>&#160;can be set 
to&#160;<code>false</code> to turn this off.</span></li><li><span><a 
shape="rect" href="groovy.html">GroovyShell</a> creation process can now be <a 
shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-8259";>customized</a> using 
<code>GroovyShellF
 actory</code> SPI interface.</span></li><li><a shape="rect" 
href="how-do-i-configure-endpoints.html">Configuring endpoint uris in XML 
DSL</a> now allow to specify the uri attribute using multiple lines; this can 
make it more readable when having very long uris. Notice only the uri 
attributes support this.</li></ul><h3 id="Camel2.15.0Release-Fixedissues">Fixed 
issues</h3><ul><li>Fixed processors was not enlisted in JMX when routes was 
transacted.</li><li>Fixed the NullPointerException when using CXF endpoint with 
enrich</li><li>Fixed the&#160;endpointProperty of&#160;restConfiguration 
doesn't work issue</li><li>Fixed the issue that&#160;CircuitBreakerLoadBalancer 
fails on async processors</li><li>Fixed&#160;MyBatis consumer <a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/CAMEL-8011";>ignoring 
maxMessagesPerPoll</a> option</li><li>Fixed potential issue 
with&#160;pollEnrich not triggering error handler if an exception was thrown in 
the polling.</li><li>
 Fixed a memory leak if using&#160;<a shape="rect" 
href="dynamic-router.html">Dynamic Router</a> that loops many times, and 
uses&#160;any of&#160;<code>convertBodyTo</code> or&#160;<code>setBody</code> 
or&#160;<code>transform</code> in the loop, causing memory to stack up until 
the Exchange is done.</li><li>Fixed and improved how&#160;<a shape="rect" 
href="bean.html">Bean</a>&#160;component and&#160;<a shape="rect" 
href="simple.html">Simple</a>&#160;language invoking beans detect methods that 
are overridden, and able to filter and apply this as a single method, to be 
invoked. Avoids AmbiguousMethodCallException&#160;being thrown.</li><li>Fixed a 
thread leak if restarting routes using stop/start and the routes is a scheduled 
poll consumer, such as file/ftp&#160;components.</li><li>Using 
?exchangePattern=InOnly or InOut in endpoint uris now take precedence as the 
pattern in use when sending to the endpoint, using to/recipient 
list.</li><li><a shape="rect" href="mail.html">Mail</a>&#160
 ;component no longer includes headers starting with&#160;<code>Camel</code> in 
their keys, as those are consider internal headers and should not be included 
in the sent emails.<br clear="none"><br clear="none"></li></ul><h3 
id="Camel2.15.0Release-New">New <a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise Integration 
Patterns</a></h3><h3 id="Camel2.15.0Release-New.1">New <a shape="rect" 
href="components.html">Components</a></h3><ul><li><a shape="rect" 
href="beanstalk.html">camel-beanstalk</a> - for working with Amazon Beanstalk 
jobs.</li><li>came-cassandraql -&#160;Cassandra CQL3 
support</li><li><code>camel-chunk</code> - for templating with Chunk 
engine.</li><li><a shape="rect" href="docker.html">camel-docker</a> - to 
communicate with Docker.</li><li>camel-github - for integrating with 
github</li><li>camel-google-calendar -&#160;provides access to&#160;<a 
shape="rect" class="external-link" href="http://google.com/calendar"; 
rel="nofollow">Google Calendar</a>&#160
 ;via the&#160;<a shape="rect" class="external-link" 
href="https://developers.google.com/google-apps/calendar/v3/reference/"; 
rel="nofollow">Google Calendar Web APIs</a>.</li><li>camel-google-mail 
-&#160;provides access to&#160;<a shape="rect" class="external-link" 
href="http://gmail.com/"; rel="nofollow">Gmail</a>&#160;via the&#160;<a 
shape="rect" class="external-link" 
href="https://developers.google.com/gmail/api/v1/reference/"; 
rel="nofollow">Google Mail Web APIs</a>.</li><li><a shape="rect" 
href="hipchat.html">camel-hipchat</a> - to integrate with the Hipchat 
service</li><li>camel-pgevent -&#160;Component for sending/receiving 
notifications in PostgreSQL via the pgjdbc-ng driver</li><li>camel-jira - for 
integrating with JIRA issue tracker</li><li>camel-scr - for using Camel with <a 
shape="rect" class="external-link" 
href="http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html";>SCR</a>&#160;(OSGi
 declarative services) on OSGi containers s
 uch as Apache Karaf</li><li><a shape="rect" 
href="spring-boot.html">camel-spring-boot</a> - for using Camel with Spring 
Boot</li><li>camel-test-spring40 - for testing with Spring 4.0.x. 
camel-test-spring is for Spring 4.1.x onwards.</li></ul><h3 
id="Camel2.15.0Release-NewDSL">New DSL</h3><ul><li>Added 
<strong>removeProperties</strong> to remove the properties from 
exchange.</li></ul><h3 id="Camel2.15.0Release-NewAnnotations">New 
Annotations</h3><h3 id="Camel2.15.0Release-NewDataFormats">New <a shape="rect" 
href="data-format.html">Data 
Formats</a></h3><ul><li>camel-univocity-parsers</li></ul><h3 
id="Camel2.15.0Release-New.2">New <a shape="rect" 
href="languages.html">Languages</a></h3><h3 id="Camel2.15.0Release-New.3">New 
<a shape="rect" href="examples.html">Examples</a></h3><h3 
id="Camel2.15.0Release-New.4">New <a shape="rect" 
href="tutorials.html">Tutorials</a></h3><h2 
id="Camel2.15.0Release-KnownIssues">Known Issues</h2><h2 
id="Camel2.15.0Release-DependencyUpgrades"><span>Dependenc
 y Upgrades</span></h2><ul><li>AWS-Java-SDK 1.8.3 to 1.8.9.1</li><li>Codahale 
Metrics 3.0 to 3.1</li><li>CXF 3.0.2 to 3.0.3</li><li>Hazelcast 3.3.2 to 
3.4</li><li>JAXB 2.2.7 to 2.2.11</li><li>JRuby 1.7.16 to 1.7.18</li><li>Guava 
17.0 to 18.0</li><li>Jsch 0.1.50 to 0.1.51</li><li>JsonPath 1.1.0 to 
1.2.0</li><li>Spring 4.0.7.RELEASE to 4.1.4.RELEASE</li><li>Spring Security 
3.1.7.RELEASE to 3.2.5.RELEASE</li><li>RX Java 0.20 to 1.0.5</li><li>... and 
many other upgrades</li></ul><h2 
id="Camel2.15.0Release-Importantchangestoconsiderwhenupgrading">Important 
changes to consider when upgrading</h2><ul><li>Spring 4.1.x is now the default 
out of the box Spring version.</li><li><span style="color: rgb(0,0,0);">Unit 
testing with Spring 4.0.x requires using camel-test-spring40, as 
camel-test-spring is for Spring 4.1 or better.</span></li><li><span 
style="color: rgb(0,0,0);">Remember to add&#160;<code class="java 
color1">@BootstrapWith</code><code class="java 
plain">(CamelTestContextBootstrapper.<
 /code><code class="java keyword">class</code><code class="java 
plain">)</code>&#160;if upgrading from Spring 3.x or 4.0.x to Spring 4.1 
onwards, and using the camel-test-spring module.</span></li><li><a shape="rect" 
href="xslt.html">XSLT</a>&#160;component now require 
configuring&#160;<code>transformerFactory</code> using&#160;<a shape="rect" 
href="uris.html">URIs</a> with the #syntax to refer to a bean. Just like any 
other component would do.</li><li>Slight refactor 
in&#160;<code>camel-metrics</code> component which may affect users who are 
using the java endpoint types instead of configuring using 
uris</li><li><code>camel-csv</code> upgraded to Commons CSV 1.x which has a 
different API than the old 0.x version. End users may need to adjust their 
code.</li><li><code>camel-sjms</code> has been refactored a bit to further 
harden this component.&#160;End users may need to adjust their 
code.</li><li>The <a shape="rect" href="simple.html">simple</a> function 
properties:locations:key has
  been renamed to properties-location:locations:key, as it would clash with the 
new functionality to specify a default value after the key name, eg 
properties:key:default</li><li>Removed the backlog tracer commands from the 
Karaf Camel commands as they are not suitable for a CLI environment</li><li>The 
need for runtime specific servlets in <a shape="rect" 
href="swagger.html">Swagger</a>&#160;has been removed, and instead just use the 
default servlet which is provided out of the 
box.&#160;</li><li><code>org.apache.camel.spi.InflightRepository</code> now 
includes additional methods for browsing in-flight exchanges.</li><li>Using 
?exchangePattern=InOnly or InOut in endpoint uris now take precedence as the 
pattern in use when sending to the endpoint, using to/recipient 
list.</li><li><code>DefaultClassLoader</code> now fallback and use the 
application context classloader that may have been set 
on&#160;<code>CamelContext</code> to better be able to load classes/resources 
from classpath in 
 different runtime environments.</li><li><a shape="rect" 
href="mail.html">Mail</a>&#160;component no longer includes headers starting 
with&#160;<code>Camel</code> in their keys, as those are consider internal 
headers and should not be included in the sent emails.</li><li>Removing a route 
now also remove its static&#160;<a shape="rect" 
href="endpoint.html">Endpoint</a>'s from the&#160;<code>EndpointRegistry</code> 
(if those endpoints are not shared and used by other routes). Mind that any 
dynamic endpoint created during routing from dynamic&#160;<a shape="rect" 
href="eip.html">EIP</a>s such as recipient list, routing slip, dynamic router 
etc, are not removed from the <code>EndpointRegistry</code>&#160;when the route 
is removed.</li><li>All boolean isFoo methods on the model classes has been 
removed to ensure the model has consistent java bean getter/setter style with 
exactly one getter and one setter of the same type.</li><li>The exchange 
property language has been renamed from proper
 ty to exchangeProperty&#160;<span>to avoid ambiguity, confusion and clash with 
properties as a general term. So use exchangeProperty instead of 
property.</span><br clear="none"><br clear="none"></li></ul><h2 
id="Camel2.15.0Release-GettingtheDistributions">Getting the 
Distributions</h2><h3 id="Camel2.15.0Release-BinaryDistributions">Binary 
Distributions</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Windows 
Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.15.0/apache-camel-x.y.x.zip";>apache-camel-2.15.0.zip</a></p></td><td
 colspan="1" rowspan="1
 " class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.15.0/apache-camel-x.y.x.zip.asc";>apache-camel-2.15.0.zip.asc</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin 
Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.15.0/apache-camel-x.y.x.tar.gz";>apache-camel-2.15.0.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/2.15.0/apache-camel-x.y.x.tar.gz.asc";>apache-camel-2.15.0.tar.gz.asc</a></p></td></tr></tbody></table></div>
    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">

Added: websites/production/camel/content/exchangeproperty.html
==============================================================================
--- websites/production/camel/content/exchangeproperty.html (added)
+++ websites/production/camel/content/exchangeproperty.html Thu Feb  5 09:18:49 
2015
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" 
type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" 
type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" 
type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" 
type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" 
type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+  <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' 
rel='stylesheet' type='text/css' />
+  <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' 
rel='stylesheet' type='text/css' />
+  <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+
+    <title>
+    Apache Camel: ExchangeProperty
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+       <div id="activemq_logo" style="height:108px; background:transparent 
url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; 
width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px;
 margin-top:20px; margin-left:18px;" href="http://camel.apache.org/";>Camel</a>
+            <a shape="rect" style="float:right; 
width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px;
 margin-top:45px; margin-right:10px;" href="http://www.apache.org";>Apache</a>
+       </div>
+</div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a 
href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a 
href="architecture.html">Architecture</a>&nbsp;&gt;&nbsp;<a 
href="languages.html">Languages</a>&nbsp;&gt;&nbsp;<a 
href="exchangeproperty.html">ExchangeProperty</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> 
| <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+       <table border="0">
+       <tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2 
id="ExchangeProperty-ExchangePropertyExpressionLanguage">ExchangeProperty 
Expression Language</h2><p>The ExchangeProperty Expression Language allows you 
to extract values of named exchange properties.</p><h3 
id="ExchangeProperty-Exampleusage">Example usage</h3><p>The recipientList 
element of the Spring DSL can utilize a exchangeProperty expression 
like:</p><p>In this case, the list of recipients are contained in the property 
'myProperty'.</p><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[&lt;route&gt;
+  &lt;from uri=&quot;direct:a&quot; /&gt;
+  &lt;recipientList&gt;
+    &lt;exchangeProperty&gt;myProperty&lt;/exchangeProperty&gt;
+  &lt;/recipientList&gt;
+&lt;/route&gt;]]></script>
+</div></div><p>&#160;</p><p>And the same example in Java DSL:</p><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:a&quot;).recipientList(exchangeProperty(&quot;myProperty&quot;));]]></script>
+</div></div><p>&#160;</p><p>And with a slightly different syntax where you use 
the builder to the fullest (i.e. avoid using parameters but using stacked 
operations, notice that exchangeProperty is not a parameter but a stacked 
method call)</p><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:a&quot;).recipientList().exchangeProperty(&quot;myProperty&quot;);
+]]></script>
+</div></div><h3 id="ExchangeProperty-Dependencies">Dependencies</h3><p>The 
ExchangeProperty language is part of <strong>camel-core</strong>.</p></div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3 
id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="download.html">Download</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a 
shape="rect" href="documentation.html">Documentation</a></h3><ul 
class="alternate"><li><a shape="rect" href="user-guide.html">User 
Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a 
shape="rect" href="books.html">Books</a></li><li><a shape="rect" 
href="tutorials.html">Tutorials</a></li><li><a shape="rect" 
href="examples.html">Examples</a></li><li><a shape="rect" 
href="cookbook.html">Cookbook</a></li><li><a shape="rect" 
href="architecture.html">Architecture</a></li><li><a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" 
href="dsl.html">DSL</a></li><li><a shape="rect" 
href="components.html">Components</a></li><li><a shape="rect" 
href="data-format.html">Data Format</a></li><li><a shape="rect" 
href="languages.html">Languages</a></li><li><a shape="rect" 
href="security.html">Security</a></li><li><a shape="rect" 
href="security-advisories.html">Security Advisories</a></li></ul><h3 
id="Navigation-Search">Search</h3><form 
enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" 
action="http://www.google.com/cse";>
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script><h3
 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3><ul class="alternate"><li><a 
shape="rect" href="support.html">Support</a></li><li><a shape="rect" 
href="contributing.html">Contributing</a></li><li><a shape="rect" 
href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" 
href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" 
href="user-stories.html">User Stories</a></li><li><a shape="rect" 
href="news.html">News</a></li><li><a shape="rect" 
href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" 
href="team.html">Team</a></li><li><a shape="rect" class="external-link" 
href="http://camel-extra.googlecode.com/"; rel="nofollow">Camel 
Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a 
 >shape="rect" href="source.html">Source</a></li><li><a shape="rect" 
 >href="building.html">Building</a></li><li><a shape="rect" 
 >href="javadoc.html">JavaDoc</a></li><li><a shape="rect" 
 >href="irc-room.html">IRC Room</a></li></ul><h3 
 >id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul 
 >class="alternate"><li><a shape="rect" class="external-link" 
 >href="http://www.apache.org/licenses/";>License</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 > shape="rect" class="external-link" 
 >href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><li><a 
 >shape="rect" class="external-link" 
 >href="http://www.apache.org/security/";>Security</a></li></ul></div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+       </tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=51809128";>edit
 page</a>)
+        (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51809128&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2014 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com";>Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to 
[email protected] -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+

Modified: websites/production/camel/content/expression.html
==============================================================================
--- websites/production/camel/content/expression.html (original)
+++ websites/production/camel/content/expression.html Thu Feb  5 09:18:49 2015
@@ -135,14 +135,7 @@ public interface Predicate {
 
 <h3 id="Expression-ExpressionLanguages">Expression Languages</h3>
 <p>The following languages are supported out of the box</p>
-<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as
-       <ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a 
shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" 
href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul>
-       </li><li><a shape="rect" href="simple.html">Simple</a>
-       <ul><li><a shape="rect" href="file-language.html">File 
Language</a></li></ul>
-       </li><li><a shape="rect" href="spel.html">Spring Expression 
Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a 
shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul>
-
-
-<p>Most of these languages is also supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
+<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using 
Java for expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a 
shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" 
href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.ht
 ml">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a 
shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" 
href="simple.html">Simple</a><ul><li><a shape="rect" 
href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" 
href="spel.html">Spring Expression Language</a></li><li><a shape="rect" 
href="sql.html">SQL</a></li><li><a shape="rect" 
href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also 
supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p>
 
 <h3 id="Expression-UsingExpressionsinyourIDE">Using Expressions in your 
IDE</h3>
 To use different expression and predicates in your IDE you need to perform a 
static import of the builder class for the language(s) you wish to use.

Modified: websites/production/camel/content/languages-supported.html
==============================================================================
--- websites/production/camel/content/languages-supported.html (original)
+++ websites/production/camel/content/languages-supported.html Thu Feb  5 
09:18:49 2015
@@ -75,14 +75,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul><li><a shape="rect" 
href="bean-language.html">Bean Language</a> for using Java for 
expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as
-       <ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a 
shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></li><li><a shape="rect" 
href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul>
-       </li><li><a shape="rect" href="simple.html">Simple</a>
-       <ul><li><a shape="rect" href="file-language.html">File 
Language</a></li></ul>
-       </li><li><a shape="rect" href="spel.html">Spring Expression 
Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a 
shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul>
-
-
-<p>Most of these languages is also supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p></div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" 
href="bean-language.html">Bean Language</a> for using Java for 
expressions</li><li><a shape="rect" 
href="constant.html">Constant</a></li><li>the unified <a shape="rect" 
href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" 
href="header.html">Header</a></li><li><a shape="rect" 
href="jsonpath.html">JSonPath</a></li><li><a shape="rect" 
href="jxpath.html">JXPath</a></li><li><a shape="rect" 
href="mvel.html">Mvel</a></li><li><a shape="rect" 
href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref 
Language</a></li><li><a shape="rect" 
href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" 
href="property.html">Property</a></li><li><a shape="rect" 
href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a 
shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" 
href="javascript.html">JavaScript</a></li><li><a shape="rect" 
href="groovy.html">Groovy</a></
 li><li><a shape="rect" href="python.html">Python</a></li><li><a shape="rect" 
href="php.html">PHP</a></li><li><a shape="rect" 
href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" 
href="simple.html">Simple</a><ul><li><a shape="rect" 
href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" 
href="spel.html">Spring Expression Language</a></li><li><a shape="rect" 
href="sql.html">SQL</a></li><li><a shape="rect" 
href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" 
href="xpath.html">XPath</a></li><li><a shape="rect" 
href="xquery.html">XQuery</a></li><li><a shape="rect" 
href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also 
supported used as <a shape="rect" 
href="annotation-based-expression-language.html">Annotation Based Expression 
Language</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to