You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/08/30 17:27:03 UTC

svn commit: r830566 [1/4] - in /websites/production/camel/content: ./ cache/

Author: buildbot
Date: Thu Aug 30 15:27:01 2012
New Revision: 830566

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/cache/main.pageCache   (with props)
    websites/production/camel/content/camel-2101-release.html
Modified:
    websites/production/camel/content/book-cookbook.html
    websites/production/camel/content/book-dataformat-appendix.html
    websites/production/camel/content/camel-120-release.html
    websites/production/camel/content/camel-160-release.html
    websites/production/camel/content/camel-210-release.html
    websites/production/camel/content/camel-260-release.html
    websites/production/camel/content/camel-configuration-utilities.html
    websites/production/camel/content/camel-test.html
    websites/production/camel/content/community.html
    websites/production/camel/content/crypto.html
    websites/production/camel/content/download-archives.html
    websites/production/camel/content/download.html
    websites/production/camel/content/error-handling-in-camel.html
    websites/production/camel/content/groovy-renderer-user-guide.html
    websites/production/camel/content/hawtdb.html
    websites/production/camel/content/hazelcast-component.html
    websites/production/camel/content/hibernate.html
    websites/production/camel/content/hl7.html
    websites/production/camel/content/index.html
    websites/production/camel/content/mock.html
    websites/production/camel/content/news.html
    websites/production/camel/content/reports.html
    websites/production/camel/content/should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html
    websites/production/camel/content/siteindex.html
    websites/production/camel/content/sitemap.html
    websites/production/camel/content/syslog.html
    websites/production/camel/content/tutorial-osgi-camel-part1.html
    websites/production/camel/content/tutorial-osgi-camel-part2.html
    websites/production/camel/content/tutorial-osgi-camel-part2c.html
    websites/production/camel/content/unsupported-groovy-dsl-features-on-web-console.html

Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Thu Aug 30 15:27:01 2012
@@ -1477,7 +1477,7 @@ The solution is to create a new XML file
 <h4><a shape="rect" name="Bookcookbook-Mockingendpointsandskipsendingtooriginalendpoint"></a>Mocking endpoints and skip sending to original endpoint</h4>
 <p><b>Available as of Camel 2.10</b></p>
 
-<p>Sometimes you want to easily mock and skip sending to a certain endpoints. So the message is detoured and send to the mock endpoint only. From Camel 2.10 onwards you can now use the <tt>mockEndpointsAndSkip</tt> method using <a shape="rect" href="advicewith.html" title="AdviceWith">AdviceWith</a> or the <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=Test+Kit&amp;linkCreation=true&amp;fromPageId=52081">Test Kit</a>. The example below will skip sending to the two endpoints <tt>"direct:foo"</tt>, and <tt>"direct:bar"</tt>.</p>
+<p>Sometimes you want to easily mock and skip sending to a certain endpoints. So the message is detoured and send to the mock endpoint only. From Camel 2.10 onwards you can now use the <tt>mockEndpointsAndSkip</tt> method using <a shape="rect" href="advicewith.html" title="AdviceWith">AdviceWith</a> or the <span class="error">[Test Kit]</span>. The example below will skip sending to the two endpoints <tt>"direct:foo"</tt>, and <tt>"direct:bar"</tt>.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;"><b>adviceWith mock and skip sending to endpoints</b></div><div class="codeContent panelContent">
 <pre class="code-java"><span class="code-keyword">public</span> void testAdvisedMockEndpointsWithSkip() <span class="code-keyword">throws</span> Exception {
@@ -2093,7 +2093,7 @@ Override when using <a shape="rect" href
 
 <h3><a shape="rect" name="Bookcookbook-JNDI"></a>JNDI</h3>
 
-<p>Camel uses a <a shape="rect" href="registry.html" title="Registry">Registry</a> to allow you to configure <a shape="rect" href="component.html" title="Component">Component</a> or <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> instances or <a shape="rect" href="bean-integration.html" title="Bean Integration">Beans used in your routes</a>. If you are not using <a shape="rect" href="spring.html" title="Spring">Spring</a> or <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=OSGi&amp;linkCreation=true&amp;fromPageId=104074">OSGi</a> then <a shape="rect" href="jndi.html" title="JNDI">JNDI</a> is used as the default registry implementation.</p>
+<p>Camel uses a <a shape="rect" href="registry.html" title="Registry">Registry</a> to allow you to configure <a shape="rect" href="component.html" title="Component">Component</a> or <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> instances or <a shape="rect" href="bean-integration.html" title="Bean Integration">Beans used in your routes</a>. If you are not using <a shape="rect" href="spring.html" title="Spring">Spring</a> or <span class="error">[OSGi]</span> then <a shape="rect" href="jndi.html" title="JNDI">JNDI</a> is used as the default registry implementation.</p>
 
 <p>So you will also need to create a <b>jndi.properties</b> file in your <b>src/test/resources</b> directory so that there is a default registry available to initialise the <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>.</p>
 

Modified: websites/production/camel/content/book-dataformat-appendix.html
==============================================================================
--- websites/production/camel/content/book-dataformat-appendix.html (original)
+++ websites/production/camel/content/book-dataformat-appendix.html Thu Aug 30 15:27:01 2012
@@ -3237,7 +3237,7 @@ from(<span class="code-quote">"direct:hm
 </pre>
 </div></div>
 
-<p>By default the HMAC is calculated using the HmacSHA1 mac algorithm though this can be easily changed by supplying a different algorithm name. See <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=here&amp;linkCreation=true&amp;fromPageId=17268915">here</a> for how to check what algorithms are available through the configured security providers</p>
+<p>By default the HMAC is calculated using the HmacSHA1 mac algorithm though this can be easily changed by supplying a different algorithm name. See <span class="error">[here]</span> for how to check what algorithms are available through the configured security providers</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">KeyGenerator generator = KeyGenerator.getInstance(<span class="code-quote">"DES"</span>);
@@ -3408,7 +3408,7 @@ from(<span class="code-quote">"direct:in
 </div></div>
 
 <h3><a shape="rect" name="BookDataFormatAppendix-RFC3164Syslogprotocol"></a>RFC3164 Syslog protocol</h3>
-<p>Syslog uses the user datagram protocol (UDP) <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=1&amp;linkCreation=true&amp;fromPageId=24185759">1</a> as its underlying transport layer mechanism.  <br clear="none">
+<p>Syslog uses the user datagram protocol (UDP) <span class="error">[1]</span> as its underlying transport layer mechanism.  <br clear="none">
 The UDP port that has been assigned to syslog is 514.</p>
 
 <p>To expose a Syslog listener service we reuse the existing <a shape="rect" href="mina.html" title="MINA">camel-mina</a> component or <a shape="rect" href="netty.html" title="Netty">camel-netty</a> where we just use the <tt>Rfc3164SyslogDataFormat</tt> to marshal and unmarshal messages</p>

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

Propchange: websites/production/camel/content/cache/main.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/camel/content/camel-120-release.html
==============================================================================
--- websites/production/camel/content/camel-120-release.html (original)
+++ websites/production/camel/content/camel-120-release.html Thu Aug 30 15:27:01 2012
@@ -81,7 +81,7 @@
 
 <p>Welcome to the 1.2.0 release which includes 61 new features, improvements and bug fixes such as...</p>
 
-<ul><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> to support pluggable marshalling and unmarshalling of data in various formats like <a shape="rect" href="jaxb.html" title="JAXB">JAXB</a>, <a shape="rect" href="xmlbeans.html" title="XmlBeans">XmlBeans</a>, <a shape="rect" href="serialization.html" title="Serialization">Serialization</a> or <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=Artix+Data+Services&amp;linkCreation=true&amp;fromPageId=67969">Artix Data Services</a></li><li>hugely improved <a shape="rect" href="cxf.html" title="CXF">CXF</a> integration for working with JAX-WS and <a shape="rect" class="external-link" href="http://incubator.apache.org/cxf">Apache CXF</a> while reusing powerful Camel routing.</li><li>improved support for <a shape="rect" href="asynchronous-processing.html" title="Asynchronous Processing">Asynchronous Processing</a> within compo
 nents such as for <a shape="rect" href="http.html" title="HTTP">HTTP</a> and <a shape="rect" href="seda.html" title="SEDA">SEDA</a></li><li>improved OSGi support with both component discovery using the OSGi registry and turning Camel into OSGi bundles.</li><li>improved <a shape="rect" href="visualisation.html" title="Visualisation">Visualisation</a></li><li>support for the full WSDL Message Exchange Patterns</li><li>more powerful <a shape="rect" href="bean-integration.html" title="Bean Integration">Bean Integration</a></li></ul>
+<ul><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> to support pluggable marshalling and unmarshalling of data in various formats like <a shape="rect" href="jaxb.html" title="JAXB">JAXB</a>, <a shape="rect" href="xmlbeans.html" title="XmlBeans">XmlBeans</a>, <a shape="rect" href="serialization.html" title="Serialization">Serialization</a> or <span class="error">[Artix Data Services]</span></li><li>hugely improved <a shape="rect" href="cxf.html" title="CXF">CXF</a> integration for working with JAX-WS and <a shape="rect" class="external-link" href="http://incubator.apache.org/cxf">Apache CXF</a> while reusing powerful Camel routing.</li><li>improved support for <a shape="rect" href="asynchronous-processing.html" title="Asynchronous Processing">Asynchronous Processing</a> within components such as for <a shape="rect" href="http.html" title="HTTP">HTTP</a> and <a shape="rect" href="seda.html" title="SEDA">SEDA</a></li><li>improved OSGi support wit
 h both component discovery using the OSGi registry and turning Camel into OSGi bundles.</li><li>improved <a shape="rect" href="visualisation.html" title="Visualisation">Visualisation</a></li><li>support for the full WSDL Message Exchange Patterns</li><li>more powerful <a shape="rect" href="bean-integration.html" title="Bean Integration">Bean Integration</a></li></ul>
 
 
 <h3><a shape="rect" name="Camel1.2.0Release-NewComponents"></a>New Components</h3>

Modified: websites/production/camel/content/camel-160-release.html
==============================================================================
--- websites/production/camel/content/camel-160-release.html (original)
+++ websites/production/camel/content/camel-160-release.html Thu Aug 30 15:27:01 2012
@@ -109,7 +109,7 @@
 
 <h3><a shape="rect" name="Camel1.6.0Release-NewDataFormatsDataFormat"></a>New <a shape="rect" href="data-format.html" title="Data Format">Data Formats</a></h3>
 
-<ul><li><a shape="rect" href="json.html" title="JSON">JSon</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=Zip&amp;linkCreation=true&amp;fromPageId=101051">Zip</a></li></ul>
+<ul><li><a shape="rect" href="json.html" title="JSON">JSon</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><span class="error">[Zip]</span></li></ul>
 
 
 <h3><a shape="rect" name="Camel1.6.0Release-NewLanguages"></a>New <a shape="rect" href="languages.html" title="Languages">Languages</a></h3>

Modified: websites/production/camel/content/camel-210-release.html
==============================================================================
--- websites/production/camel/content/camel-210-release.html (original)
+++ websites/production/camel/content/camel-210-release.html Thu Aug 30 15:27:01 2012
@@ -206,9 +206,9 @@ You need to upgrade your code to use the
 
 <h2><a shape="rect" name="Camel2.1.0Release-KnownIssues"></a>Known Issues</h2>
 
-<p><a shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a> EIP does not break when Exchange is failed, see <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=CAMEL-2245&amp;linkCreation=true&amp;fromPageId=2852389">CAMEL-2245</a>.</p>
+<p><a shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a> EIP does not break when Exchange is failed, see <span class="error">[CAMEL-2245]</span>.</p>
 
-<p>Using &lt;transacted/&gt; in Spring XML does not work properly when using route scoped &lt;onException&gt; and/or &lt;onCompletion&gt;. Using context scoped works. And the Java DSL does not have this flaw. See <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=CAMEL-2336&amp;linkCreation=true&amp;fromPageId=2852389">CAMEL-2336</a>.</p>
+<p>Using &lt;transacted/&gt; in Spring XML does not work properly when using route scoped &lt;onException&gt; and/or &lt;onCompletion&gt;. Using context scoped works. And the Java DSL does not have this flaw. See <span class="error">[CAMEL-2336]</span>.</p>
 
 <p>When using the <a shape="rect" href="recipient-list.html" title="Recipient List">Recipient List</a> together with <a shape="rect" href="mina.html" title="MINA">MINA</a> endpoints Camel will over time hold on to memory which could lead to OutOfMemoryErrors. See more at: <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-2484">CAMEL-2484</a></p>
 

Added: websites/production/camel/content/camel-2101-release.html
==============================================================================
--- websites/production/camel/content/camel-2101-release.html (added)
+++ websites/production/camel/content/camel-2101-release.html Thu Aug 30 15:27:01 2012
@@ -0,0 +1,244 @@
+<!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="http://camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="http://camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="http://camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="http://camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="http://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]-->
+
+    <title>
+    Apache Camel: Camel 2.10.1 Release
+    </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="community.html">Community</a>&nbsp;&gt;&nbsp;<a href="download.html">Download</a>&nbsp;&gt;&nbsp;<a href="camel-2101-release.html">Camel 2.10.1 Release</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+	<table border="0">
+	<tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h1><a shape="rect" name="Camel2.10.1Release-Camel2.10.1release"></a>Camel 2.10.1 release</h1>
+
+<div style="padding-right:20px;float:left;margin-left:-20px;"><p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
+<div style="min-height:200px"></div>
+
+<h2><a shape="rect" name="Camel2.10.1Release-NewandNoteworthy"></a>New and Noteworthy</h2>
+
+<p>Welcome to the 2.10.1 release which is mainly a bug fix release with 65 issues resolved. </p>
+
+<p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12321259">JIRA tickets</a></p>
+
+<h2><a shape="rect" name="Camel2.10.1Release-KnownIssues"></a>Known Issues</h2>
+
+<ul><li>See <a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li></ul>
+
+
+<h2><a shape="rect" name="Camel2.10.1Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2>
+
+<ul><li>See <a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li></ul>
+
+
+<h2><a shape="rect" name="Camel2.10.1Release-Notice"></a>Notice</h2>
+
+<ul><li>See <a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li></ul>
+
+
+<h2><a shape="rect" name="Camel2.10.1Release-GettingtheDistributions"></a>Getting the Distributions</h2>
+
+<h3><a shape="rect" name="Camel2.10.1Release-BinaryDistributions"></a>Binary Distributions</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Download Link </th><th colspan="1" rowspan="1" class="confluenceTh"> PGP Signature file of download </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> Windows Distribution </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.1/apache-camel-2.10.1.zip">apache-camel-2.10.1.zip</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.1/apache-camel-2.10.1.zip.asc">apache-camel-2.10.1.zip.asc</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> Unix/Linux/Cygwin Distribution </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/d
 yn/closer.cgi/camel/apache-camel/2.9.3/apache-camel-2.10.1.tar.gz">apache-camel-2.10.1.tar.gz</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.1/apache-camel-2.10.1.tar.gz.asc">apache-camel-2.10.1.tar.gz.asc</a> </td></tr></tbody></table>
+</div>
+
+<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>The above URLs use redirection</b><br clear="none">The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></td></tr></table></div>
+
+<h3><a shape="rect" name="Camel2.10.1Release-SourceDistributions"></a>Source Distributions</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Download Link </th><th colspan="1" rowspan="1" class="confluenceTh"> PGP Signature file of download </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> Source (zip) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.1/apache-camel-2.10.1-src.zip">apache-camel-2.10.1-src.zip</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.1/apache-camel-2.10.1-src.zip.asc">apache-camel-2.10.1-src.zip.asc</a> </td></tr></tbody></table>
+</div>
+
+
+<h3><a shape="rect" name="Camel2.10.1Release-GettingtheBinariesusingMaven2"></a>Getting the Binaries using Maven 2</h3>
+
+<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-xml">
+<span class="code-tag">&lt;dependency&gt;</span>
+  <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
+  <span class="code-tag">&lt;artifactId&gt;</span>camel-core<span class="code-tag">&lt;/artifactId&gt;</span>
+  <span class="code-tag">&lt;version&gt;</span>2.10.1<span class="code-tag">&lt;/version&gt;</span>
+<span class="code-tag">&lt;/dependency&gt;</span>
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="Camel2.10.1Release-SVNTagCheckout"></a>SVN Tag Checkout</h3>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+svn co http:<span class="code-comment">//svn.apache.org/repos/asf/camel/tags/camel-2.10.1</span>
+</pre>
+</div></div>
+
+<h2><a shape="rect" name="Camel2.10.1Release-Changelog"></a>Changelog</h2>
+
+<p>For a more detailed view of new features and bug fixes, see the:</p>
+<ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12321259">release notes for 2.10.1</a></li></ul>
+</div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Documentation"></a><a shape="rect" href="documentation.html" title="Documentation">Documentation</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="user-guide.html" title="User Guide">User Guide</a></li><li><a shape="rect" href="manual.html" title="Manual">Manual</a></li><li><a shape="rect" href="books.html" title="Books">Books</a></li><li><a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></li><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li><li><a shape="rect" href="cookbook.html" title="Cookbook">Cookbook</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="architecture.html" title="Architecture">Architecture</a></li><li><a shape="rect" href="components.html" title="Components">Components</a></li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a></li><li><a shape="rect" href="languages.html" title="Languages">Languages</a></li><li><a shape="rect" href="security.
 html" title="Security">Security</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Search"></a>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><a shape="rect" name="Navigation-Community"></a><a shape="rect" href="community.html" title="Community">Community</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" href="developers.html" title="Developers">Developers</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="developers.html" title="Developers">Developer Guide</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a></li><li><a shape="rect" href="irc-room.html" title="IRC Room">IRC Room</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-ApacheSoftwareFoundation"></a>Apache Software Foundation</h3>
+
+<ul class="alternate" type="square"><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=30149352">edit page</a>)
+   	 (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=30149352&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2011 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 private@camel.apache.org -->
+<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/camel-260-release.html
==============================================================================
--- websites/production/camel/content/camel-260-release.html (original)
+++ websites/production/camel/content/camel-260-release.html Thu Aug 30 15:27:01 2012
@@ -92,7 +92,7 @@ For example: 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml"><span class="code-tag">&lt;setHeader headerName=<span class="code-quote">"Exchange.FILE_NAME"</span>&gt;</span><span class="code-tag">&lt;constant&gt;</span>myfile.txt<span class="code-tag">&lt;/constant&gt;</span><span class="code-tag">&lt;/setHeader&gt;</span></pre>
 </div></div>
-<p> </p></li><li><a shape="rect" href="exchange.html" title="Exchange">Exchange</a> now contains the creation timestamp when it was created as a <tt>java.util.Date</tt> object stores as a property with the key <tt>Exchange.CREATION_TIMESTAMP</tt></li><li>Camel fails fast on startup if <a shape="rect" href="load-balancer.html" title="Load Balancer">Load Balancer</a> has been misconfigured, such as configuring two different load balancers in one</li><li>Fixed <tt>markRollbackOnlyLast</tt> when used with inner/outer transactions.</li><li><tt>InterceptStrategy</tt> is now default ordered in the order they are added to the <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>. However you can dictate the order by implementing the <tt>org.apache.camel.util.Ordered</tt> interface.</li><li>Made it easier to load routes from XML files using <tt>loadRoutesDefinition</tt> method from <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>
 .</li><li>Added support for custom multipart filters in <a shape="rect" href="jetty.html" title="Jetty">Jetty</a>.</li><li>Using <a shape="rect" href="processor.html" title="Processor">Processor</a> or <a shape="rect" href="bean.html" title="Bean">Bean</a> in routes is now also enlisted in JMX for management.</li><li>The ObjectName for <tt>processor</tt> in JMX is now always using the node id it has been assigned in the route.</li><li>Using a custom <a shape="rect" href="processor.html" title="Processor">Processor</a> or <a shape="rect" href="bean.html" title="Bean">Bean</a> will be enlisted in JMX having its custom attributes/operations listed. For example just use the Spring JMX annotations to easily expose the attributes/operations. See more <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html" title="Why is my processor not showing up in JConsole">details here</a>.</li><li>Fixed some issue with the <tt>camel-blueprint</tt> component.</li><li>Added fe
 atures to <tt>camel-blueprint</tt> component so its on-par with feature set from Spring XML.</li><li>Fixed <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> producer may creating directory using windows path separators.</li><li>Fixed <a shape="rect" href="intercept.html" title="Intercept">InterceptSendToEndpoint</a> not honoring <tt>stop</tt> DSL to stop immediately and not sending the <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> to the intercepted <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>.</li><li>Improved the <a shape="rect" href="irc.html" title="IRC">IRC</a> component</li><li>Added <tt>matchsMockWaitTime</tt> method to <a shape="rect" href="notifybuilder.html" title="NotifyBuilder">NotifyBuilder</a> which is a convenient method to use when testing with mocks and want to match using timeout.</li><li><tt>org.apache.camel.spi.EventNotifier</tt> events for <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> do
 ne is now fired <b>after</b> <a shape="rect" href="oncompletion.html" title="OnCompletion">OnCompletion</a> has been executed.</li><li>Added option <tt>deleteOutputFile</tt> to <a shape="rect" href="xslt.html" title="XSLT">XSLT</a> component.</li><li><a shape="rect" href="idempotent-consumer.html" title="Idempotent Consumer">Idempotent Consumer</a>'s <tt>IdempotentRepository</tt> is now managed in <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a>.</li><li><a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> producers now support writing <em>done</em> files after the target file has been written, using the new <tt>doneFileName</tt> option.</li><li><a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers now support only consuming files if a <em>done</em> file exists, using the new <tt>doneFileName</tt> option.</li><li><a shape="rect" 
 href="threading-model.html" title="Threading Model">Thread Pools</a> is now named more intuitive in <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a>, making it much easier for end user to spot which pool is used for what. And it provides more information where the pool is used.</li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> now supports <tt>Service</tt> and <tt>CamelContextAware</tt> callbacks which means its much easier to perform custom initialization logic in your data formats.</li><li>Fixed <a shape="rect" href="printer.html" title="Printer">Printer</a> component to use exact same constants for <tt>mediaSize</tt> option as from the Java Printer API.</li><li>Fixed issue with route scoped <a shape="rect" href="exception-clause.html" title="Exception Clause">Exception Clause</a> may pick <a shape="rect" href="exception-clause.html" title="Exception Clause">Exception Clause</a> defined on another route, if exception is the 
 same type. Also ensures that route scoped is preferred over context scoped.</li><li>Fixed <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> fixed length to throw exception if field exceeds allowed length. Added option <tt>clip</tt> on <tt>@DataField</tt> to allow <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> to clip the field so it fits the length, instead of thrown an exception.</li><li>Fixed <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> when using quoted CSV records and fixed when using pipeline delimiter.</li><li>Added header <tt>Exchange.REDELIVERY_MAX_COUNTER</tt> to message when Camel performs a redelivery attempt. This header contains the maximum redelivery setting. It may be <tt>null</tt> if you use unlimited redelivery attempts or use <tt>retryWhile</tt>.</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> producer using <tt>InOnly</tt> MEP now supports <tt>JMSReplyTo</tt> configured on either endpoint, or provided as message 
 header. The message send to the JMS destination will now contain the <tt>JMSReplyTo</tt> information. The <a shape="rect" href="jms.html" title="JMS">JMS</a> producer which send the message will still be <tt>InOnly</tt> and not expect/wait for a reply but continue immediately. You have to have the <tt>preserveMessageQos=true</tt> option defined as well.</li><li>Fixed <a shape="rect" href="jms.html" title="JMS">JMS</a> producer, when a <tt>JMSReplyTo</tt> header was provided as a message header, removing any <tt>queue:</tt> or <tt>topic:</tt> prefix causing the reply to destination to be resolved correctly (eg avoiding having <tt>queue:</tt> in the queue name).</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> producer now honors, if reply to was disabled using <tt>disableReplyTo=true</tt> in all situations.</li><li><a shape="rect" href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="jetty.html" title="Jetty">Jetty</a>, <a shape="rect" href="servlet.html" t
 itle="SERVLET">SERVLET</a> and <tt>camel-http4</tt> now supports content type <tt>application/x-java-serialized-object</tt> on both the producer and consumer side. This allows you to transfer serialized Java objects over http.</li><li>Added option <tt>transferException</tt> to <a shape="rect" href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> and <a shape="rect" href="servlet.html" title="SERVLET">SERVLET</a>, which allows you to return back caused exceptions from the consumer side as serialized objects. On the producer side the caused exception will be thrown instead of the generic <tt>HttpOperationFailedException</tt>.</li><li><a shape="rect" href="web-console.html" title="Web Console">Web Console</a> now displays some basic route statistics if <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> is enabled.</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> <tt>JpaTraceEventMessage</tt> now uses <tt>@Lob</
 tt> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="log.html" title="Log">Throughput logger</a> now supports logging per interval (timer based).</li><li>Fixed an issue with <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> causing exception mistakenly from one sub-message being propagated to the next sub-message.</li><li><a shape="rect" href="xquery.html" title="XQuery">XQuery</a> now strips all whitespaces by default; there is an option to changes this to ignorable whitepsaces only.</li><li><a shape="rect" href="quartz.html" title="Quartz">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not apply for clustered quartz.</li><li>Fixed <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> using too much memory when running in parallel mode. Now it aggregates on-the-fly and memory consumption is low and 
 stable.</li><li><a shape="rect" href="bean.html" title="Bean">Bean</a> now has a type option which you can use if you use method overloading in your Bean and prevent Camel to fail with an <tt>AmbiguousMethodCallException</tt>.</li><li>Added <tt>Main</tt> class to <tt>camel-core</tt> so you can do: <a shape="rect" href="running-camel-standalone-and-have-it-keep-running.html" title="Running Camel standalone and have it keep running">Running Camel standalone and have it keep running</a></li><li>Added <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=JDBC-AggregationRepository&amp;linkCreation=true&amp;fromPageId=24184529">JDBC</a> based persistent support for <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> EIP</li><li>Fixed <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> may throw NPE during heavy load.</li><li>Continuation timeout can be configured on <a shape="rect
 " href="jetty.html" title="Jetty">Jetty</a>. By default <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> uses 30 sec timeout. There is also a new option to disable using Jetty continuation.</li><li><a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a>'s <tt>PollingConsumerPollStrategy</tt> now provides number of messages actually processed in the poll in the <tt>commit</tt> callback message. You can use this to know if none messages was polled, or that X number of message was polled.</li><li><a shape="rect" href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer</a> now works with OSGi</li><li>Fixed an issue with <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> which could lead to it not confirm completions on the <tt>AggregationRepository</tt>. And as well the internal "in progress completed exchanges" map wouldn't neither remove the completed exchange, causing it to grow memory over time.
 </li><li>The <tt>bean</tt> DSLs will eager check on startup, the provided method name is a valid method name on the bean as well. This helps to fail fast if end users have a typo in their routes.</li><li><a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a> a single route now supports a <tt>abortOnTimeout</tt> option, which if enabled will let the route be running if it could not shutdown the route within a given timeout period.</li><li>Fixed <tt>loadRoutesDefinition</tt> and <tt>addRouteDefinition</tt> to used shared logic from <tt>camel-core-xml</tt> to ensure loading routes from XML files works exactly the same as if the routes was defined in Spring or Blueprint XML files.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li><li>Fixed <tt>completionFromBatchConsumer</tt> option on the <a shape="rect" href="aggregator2.html" title="Aggregator2">Agg
 regator</a> not aggregating the last incoming <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> under certain conditions.</li><li>Fixed a few code generation issues related to <a shape="rect" href="camel-maven-archetypes.html" title="Camel Maven Archetypes">Camel Maven Archetypes</a></li><li><a shape="rect" href="properties.html" title="Properties">Properties</a> component will trim values from loaded properties. This fixes a problem when you have trailing spaces for values in a properties file.</li><li>Fixed <tt>trim</tt> option on <tt>@DataField</tt> annotation not working in <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> when unmarshalling fixed length records.</li><li>Added <tt>ref</tt> function to <a shape="rect" href="simple.html" title="Simple">Simple</a> expression language so you can lookup any <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a shape="rect" href="registry.html" title="Registry">Registry</a>.</li></ul>
+<p> </p></li><li><a shape="rect" href="exchange.html" title="Exchange">Exchange</a> now contains the creation timestamp when it was created as a <tt>java.util.Date</tt> object stores as a property with the key <tt>Exchange.CREATION_TIMESTAMP</tt></li><li>Camel fails fast on startup if <a shape="rect" href="load-balancer.html" title="Load Balancer">Load Balancer</a> has been misconfigured, such as configuring two different load balancers in one</li><li>Fixed <tt>markRollbackOnlyLast</tt> when used with inner/outer transactions.</li><li><tt>InterceptStrategy</tt> is now default ordered in the order they are added to the <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>. However you can dictate the order by implementing the <tt>org.apache.camel.util.Ordered</tt> interface.</li><li>Made it easier to load routes from XML files using <tt>loadRoutesDefinition</tt> method from <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>
 .</li><li>Added support for custom multipart filters in <a shape="rect" href="jetty.html" title="Jetty">Jetty</a>.</li><li>Using <a shape="rect" href="processor.html" title="Processor">Processor</a> or <a shape="rect" href="bean.html" title="Bean">Bean</a> in routes is now also enlisted in JMX for management.</li><li>The ObjectName for <tt>processor</tt> in JMX is now always using the node id it has been assigned in the route.</li><li>Using a custom <a shape="rect" href="processor.html" title="Processor">Processor</a> or <a shape="rect" href="bean.html" title="Bean">Bean</a> will be enlisted in JMX having its custom attributes/operations listed. For example just use the Spring JMX annotations to easily expose the attributes/operations. See more <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html" title="Why is my processor not showing up in JConsole">details here</a>.</li><li>Fixed some issue with the <tt>camel-blueprint</tt> component.</li><li>Added fe
 atures to <tt>camel-blueprint</tt> component so its on-par with feature set from Spring XML.</li><li>Fixed <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> producer may creating directory using windows path separators.</li><li>Fixed <a shape="rect" href="intercept.html" title="Intercept">InterceptSendToEndpoint</a> not honoring <tt>stop</tt> DSL to stop immediately and not sending the <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> to the intercepted <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>.</li><li>Improved the <a shape="rect" href="irc.html" title="IRC">IRC</a> component</li><li>Added <tt>matchsMockWaitTime</tt> method to <a shape="rect" href="notifybuilder.html" title="NotifyBuilder">NotifyBuilder</a> which is a convenient method to use when testing with mocks and want to match using timeout.</li><li><tt>org.apache.camel.spi.EventNotifier</tt> events for <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> do
 ne is now fired <b>after</b> <a shape="rect" href="oncompletion.html" title="OnCompletion">OnCompletion</a> has been executed.</li><li>Added option <tt>deleteOutputFile</tt> to <a shape="rect" href="xslt.html" title="XSLT">XSLT</a> component.</li><li><a shape="rect" href="idempotent-consumer.html" title="Idempotent Consumer">Idempotent Consumer</a>'s <tt>IdempotentRepository</tt> is now managed in <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a>.</li><li><a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> producers now support writing <em>done</em> files after the target file has been written, using the new <tt>doneFileName</tt> option.</li><li><a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers now support only consuming files if a <em>done</em> file exists, using the new <tt>doneFileName</tt> option.</li><li><a shape="rect" 
 href="threading-model.html" title="Threading Model">Thread Pools</a> is now named more intuitive in <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a>, making it much easier for end user to spot which pool is used for what. And it provides more information where the pool is used.</li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> now supports <tt>Service</tt> and <tt>CamelContextAware</tt> callbacks which means its much easier to perform custom initialization logic in your data formats.</li><li>Fixed <a shape="rect" href="printer.html" title="Printer">Printer</a> component to use exact same constants for <tt>mediaSize</tt> option as from the Java Printer API.</li><li>Fixed issue with route scoped <a shape="rect" href="exception-clause.html" title="Exception Clause">Exception Clause</a> may pick <a shape="rect" href="exception-clause.html" title="Exception Clause">Exception Clause</a> defined on another route, if exception is the 
 same type. Also ensures that route scoped is preferred over context scoped.</li><li>Fixed <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> fixed length to throw exception if field exceeds allowed length. Added option <tt>clip</tt> on <tt>@DataField</tt> to allow <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> to clip the field so it fits the length, instead of thrown an exception.</li><li>Fixed <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> when using quoted CSV records and fixed when using pipeline delimiter.</li><li>Added header <tt>Exchange.REDELIVERY_MAX_COUNTER</tt> to message when Camel performs a redelivery attempt. This header contains the maximum redelivery setting. It may be <tt>null</tt> if you use unlimited redelivery attempts or use <tt>retryWhile</tt>.</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> producer using <tt>InOnly</tt> MEP now supports <tt>JMSReplyTo</tt> configured on either endpoint, or provided as message 
 header. The message send to the JMS destination will now contain the <tt>JMSReplyTo</tt> information. The <a shape="rect" href="jms.html" title="JMS">JMS</a> producer which send the message will still be <tt>InOnly</tt> and not expect/wait for a reply but continue immediately. You have to have the <tt>preserveMessageQos=true</tt> option defined as well.</li><li>Fixed <a shape="rect" href="jms.html" title="JMS">JMS</a> producer, when a <tt>JMSReplyTo</tt> header was provided as a message header, removing any <tt>queue:</tt> or <tt>topic:</tt> prefix causing the reply to destination to be resolved correctly (eg avoiding having <tt>queue:</tt> in the queue name).</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> producer now honors, if reply to was disabled using <tt>disableReplyTo=true</tt> in all situations.</li><li><a shape="rect" href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="jetty.html" title="Jetty">Jetty</a>, <a shape="rect" href="servlet.html" t
 itle="SERVLET">SERVLET</a> and <tt>camel-http4</tt> now supports content type <tt>application/x-java-serialized-object</tt> on both the producer and consumer side. This allows you to transfer serialized Java objects over http.</li><li>Added option <tt>transferException</tt> to <a shape="rect" href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> and <a shape="rect" href="servlet.html" title="SERVLET">SERVLET</a>, which allows you to return back caused exceptions from the consumer side as serialized objects. On the producer side the caused exception will be thrown instead of the generic <tt>HttpOperationFailedException</tt>.</li><li><a shape="rect" href="web-console.html" title="Web Console">Web Console</a> now displays some basic route statistics if <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> is enabled.</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> <tt>JpaTraceEventMessage</tt> now uses <tt>@Lob</
 tt> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="log.html" title="Log">Throughput logger</a> now supports logging per interval (timer based).</li><li>Fixed an issue with <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> causing exception mistakenly from one sub-message being propagated to the next sub-message.</li><li><a shape="rect" href="xquery.html" title="XQuery">XQuery</a> now strips all whitespaces by default; there is an option to changes this to ignorable whitepsaces only.</li><li><a shape="rect" href="quartz.html" title="Quartz">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not apply for clustered quartz.</li><li>Fixed <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> using too much memory when running in parallel mode. Now it aggregates on-the-fly and memory consumption is low and 
 stable.</li><li><a shape="rect" href="bean.html" title="Bean">Bean</a> now has a type option which you can use if you use method overloading in your Bean and prevent Camel to fail with an <tt>AmbiguousMethodCallException</tt>.</li><li>Added <tt>Main</tt> class to <tt>camel-core</tt> so you can do: <a shape="rect" href="running-camel-standalone-and-have-it-keep-running.html" title="Running Camel standalone and have it keep running">Running Camel standalone and have it keep running</a></li><li>Added <span class="error">[JDBC]</span> based persistent support for <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> EIP</li><li>Fixed <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> may throw NPE during heavy load.</li><li>Continuation timeout can be configured on <a shape="rect" href="jetty.html" title="Jetty">Jetty</a>. By default <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> uses 30 sec timeout. There is also a new option to disable us
 ing Jetty continuation.</li><li><a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a>'s <tt>PollingConsumerPollStrategy</tt> now provides number of messages actually processed in the poll in the <tt>commit</tt> callback message. You can use this to know if none messages was polled, or that X number of message was polled.</li><li><a shape="rect" href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer</a> now works with OSGi</li><li>Fixed an issue with <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> which could lead to it not confirm completions on the <tt>AggregationRepository</tt>. And as well the internal "in progress completed exchanges" map wouldn't neither remove the completed exchange, causing it to grow memory over time.</li><li>The <tt>bean</tt> DSLs will eager check on startup, the provided method name is a valid method name on the bean as well. This helps to fail fast if end users have a t
 ypo in their routes.</li><li><a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a> a single route now supports a <tt>abortOnTimeout</tt> option, which if enabled will let the route be running if it could not shutdown the route within a given timeout period.</li><li>Fixed <tt>loadRoutesDefinition</tt> and <tt>addRouteDefinition</tt> to used shared logic from <tt>camel-core-xml</tt> to ensure loading routes from XML files works exactly the same as if the routes was defined in Spring or Blueprint XML files.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li><li>Fixed <tt>completionFromBatchConsumer</tt> option on the <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> not aggregating the last incoming <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> under certain conditions.</li><li>Fixed a few code generation 
 issues related to <a shape="rect" href="camel-maven-archetypes.html" title="Camel Maven Archetypes">Camel Maven Archetypes</a></li><li><a shape="rect" href="properties.html" title="Properties">Properties</a> component will trim values from loaded properties. This fixes a problem when you have trailing spaces for values in a properties file.</li><li>Fixed <tt>trim</tt> option on <tt>@DataField</tt> annotation not working in <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> when unmarshalling fixed length records.</li><li>Added <tt>ref</tt> function to <a shape="rect" href="simple.html" title="Simple">Simple</a> expression language so you can lookup any <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a shape="rect" href="registry.html" title="Registry">Registry</a>.</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.6.0Release-NewEnterpriseIntegrationPatterns"></a>New <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></h3>
@@ -102,7 +102,7 @@ For example: 
 
 <h3><a shape="rect" name="Camel2.6.0Release-NewComponents"></a>New <a shape="rect" href="components.html" title="Components">Components</a></h3>
 
-<ul><li><a shape="rect" href="eventadmin.html" title="EventAdmin">EventAdmin</a> - OSGi Event Admin</li><li><a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=JDBC-AggregationRepository&amp;linkCreation=true&amp;fromPageId=24184529">JDBC-AggregationRepository</a> - Persist ongoing <a shape="rect" href="aggregator2.html" title="Aggregator2">aggregated</a> message in JDBC data store</li><li><a shape="rect" href="jmx.html" title="JMX">JMX</a></li><li><a shape="rect" href="kestrel.html" title="Kestrel">Kestrel</a></li><li><a shape="rect" href="pax-logging.html" title="Pax-Logging">Pax-Logging</a> - OSGi Pax Logging</li><li><a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> -</li><li><a shape="rect" href="aws-sqs.html" title="AWS-SQS">SQS</a> - Queuing service for Amazon Web Services</li><li><a shape="rect" href="routebox.html" title="Routebox">Routebox</a><
 /li></ul>
+<ul><li><a shape="rect" href="eventadmin.html" title="EventAdmin">EventAdmin</a> - OSGi Event Admin</li><li><span class="error">[JDBC-AggregationRepository]</span> - Persist ongoing <a shape="rect" href="aggregator2.html" title="Aggregator2">aggregated</a> message in JDBC data store</li><li><a shape="rect" href="jmx.html" title="JMX">JMX</a></li><li><a shape="rect" href="kestrel.html" title="Kestrel">Kestrel</a></li><li><a shape="rect" href="pax-logging.html" title="Pax-Logging">Pax-Logging</a> - OSGi Pax Logging</li><li><a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> -</li><li><a shape="rect" href="aws-sqs.html" title="AWS-SQS">SQS</a> - Queuing service for Amazon Web Services</li><li><a shape="rect" href="routebox.html" title="Routebox">Routebox</a></li></ul>
 
 
 <h3><a shape="rect" name="Camel2.6.0Release-NewDSL"></a>New DSL</h3>

Modified: websites/production/camel/content/camel-configuration-utilities.html
==============================================================================
--- websites/production/camel/content/camel-configuration-utilities.html (original)
+++ websites/production/camel/content/camel-configuration-utilities.html Thu Aug 30 15:27:01 2012
@@ -108,7 +108,7 @@ Excludes <br clear="none" class="atl-for
 <br clear="none" class="atl-forced-newline">
 Includes <br clear="none" class="atl-forced-newline">
 <ul><li>.*</li></ul>
-</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sessionTimeout - java.lang.String <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/@sessionTimeout - xsd:string </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property defines the timeout period, in seconds, for sessions on both the client and server side as well as in  the SSLEngine. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> keyManagers - <a shape="rect" href="#CamelConfigurationUtilities-KeyManagersParameters">KeyManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/keyManagers - <a shape="rect" href="#CamelConfigurationUtilities-KeyManagersParameters">KeyManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the source of key material for providing identity of client and server side connections 
 as well as in the SSLEngine.&#160; If omitted, no source of key material is provided and the SSLContext is suitable only for client-side usage when mutual authentication is not in use.&#160; You typically configure this property with a key store containing a client or server private key. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> trustManagers - <a shape="rect" href="#CamelConfigurationUtilities-TrustManagersParameters">TrustManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/trustManagers - <a shape="rect" href="#CamelConfigurationUtilities-TrustManagersParameters">TrustManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the source of material for verifying trust of key material used in the handshake process.&#160; If omitted, the default trust manager is automatically used.&#160; See the <a shape="rect"
  class="external-link" href="http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#CustomizingStores" rel="nofollow">JSSE documentation</a> for more information on how the default trust manager is configured.&#160; You typically configure this property with a key store containing trusted CA certificates. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> secureRandom - SecureRandomParameters </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/secureRandom - SecureRandomParameters </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the secure random number generator used by the client and server side as well as in the SSLEngine.&#160; If omitted, the default secure random number generator is used. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> clientParameters - 
 <a shape="rect" href="#CamelConfigurationUtilities-SSLContextClientParameters">SSLContextClientParameters </a><br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/clientParameters - <a shape="rect" href="#CamelConfigurationUtilities-SSLContextClientParameters">SSLContextClientParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures additional settings that apply only to the client side aspects of the SSLContext.&#160; If present, these settings override the settings specified at the SSLContextParameters level. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> serverParameters - <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=SSLContextServerParameters&amp;linkCreation=true&amp;fromPageId=26119517">SSLContextServerParameters</a>
  </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/serverParameters - <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=SSLContextServerParameters&amp;linkCreation=true&amp;fromPageId=26119517">SSLContextServerParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures additional settings that apply only to the server side aspects of the SSLContext.&#160; If present, these settings override the settings specified at the SSLContextParameters level. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> provider - java.lang.String </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/@provider - xsd:string </td><td colspan="1" rowspan="1" class="confluenceTd"> The optional provider identifier for the JSSE implementation to use when constructing the SSLContext
 .&#160; If omitted, the standard provider look-up mechanism is used to resolve the provider. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> secureSocketProtocol - java.lang.String <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/@secureSocketProtocol - xsd:string <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> The optional secure socket protocol. See <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/technotes/guides//security/jsse/JSSERefGuide.html#AppA" rel="nofollow">Appendix A</a> in the Java Secure Socket Extension Reference Guide for information about standard protocol names.&#160; If omitted, TLS is used by default.&#160; Note that this property is related to but distinctly different from the secureSocketProtocols and secureSocketProtocolsFilter proper
 ties. <br clear="none" class="atl-forced-newline"> </td></tr></tbody></table>
+</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sessionTimeout - java.lang.String <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/@sessionTimeout - xsd:string </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property defines the timeout period, in seconds, for sessions on both the client and server side as well as in  the SSLEngine. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> keyManagers - <a shape="rect" href="#CamelConfigurationUtilities-KeyManagersParameters">KeyManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/keyManagers - <a shape="rect" href="#CamelConfigurationUtilities-KeyManagersParameters">KeyManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the source of key material for providing identity of client and server side connections 
 as well as in the SSLEngine.&#160; If omitted, no source of key material is provided and the SSLContext is suitable only for client-side usage when mutual authentication is not in use.&#160; You typically configure this property with a key store containing a client or server private key. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> trustManagers - <a shape="rect" href="#CamelConfigurationUtilities-TrustManagersParameters">TrustManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/trustManagers - <a shape="rect" href="#CamelConfigurationUtilities-TrustManagersParameters">TrustManagersParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the source of material for verifying trust of key material used in the handshake process.&#160; If omitted, the default trust manager is automatically used.&#160; See the <a shape="rect"
  class="external-link" href="http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#CustomizingStores" rel="nofollow">JSSE documentation</a> for more information on how the default trust manager is configured.&#160; You typically configure this property with a key store containing trusted CA certificates. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> secureRandom - SecureRandomParameters </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/secureRandom - SecureRandomParameters </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures the secure random number generator used by the client and server side as well as in the SSLEngine.&#160; If omitted, the default secure random number generator is used. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> clientParameters - 
 <a shape="rect" href="#CamelConfigurationUtilities-SSLContextClientParameters">SSLContextClientParameters </a><br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/clientParameters - <a shape="rect" href="#CamelConfigurationUtilities-SSLContextClientParameters">SSLContextClientParameters</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> This optional property configures additional settings that apply only to the client side aspects of the SSLContext.&#160; If present, these settings override the settings specified at the SSLContextParameters level. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> serverParameters - <span class="error">[SSLContextServerParameters]</span> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/serverParameters - <span class="error">[SSLContextServerParameters]</span> </td><td colspan="1" ro
 wspan="1" class="confluenceTd"> This optional property configures additional settings that apply only to the server side aspects of the SSLContext.&#160; If present, these settings override the settings specified at the SSLContextParameters level. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> provider - java.lang.String </td><td colspan="1" rowspan="1" class="confluenceTd"> sslContextParameters/@provider - xsd:string </td><td colspan="1" rowspan="1" class="confluenceTd"> The optional provider identifier for the JSSE implementation to use when constructing the SSLContext.&#160; If omitted, the standard provider look-up mechanism is used to resolve the provider. <br clear="none" class="atl-forced-newline"> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> secureSocketProtocol - java.lang.String <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> sslConte
 xtParameters/@secureSocketProtocol - xsd:string <br clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" class="confluenceTd"> The optional secure socket protocol. See <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/technotes/guides//security/jsse/JSSERefGuide.html#AppA" rel="nofollow">Appendix A</a> in the Java Secure Socket Extension Reference Guide for information about standard protocol names.&#160; If omitted, TLS is used by default.&#160; Note that this property is related to but distinctly different from the secureSocketProtocols and secureSocketProtocolsFilter properties. <br clear="none" class="atl-forced-newline"> </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/camel/content/camel-test.html
==============================================================================
--- websites/production/camel/content/camel-test.html (original)
+++ websites/production/camel/content/camel-test.html Thu Aug 30 15:27:01 2012
@@ -189,7 +189,7 @@ Override when using <a shape="rect" href
 
 <h3><a shape="rect" name="CamelTest-JNDI"></a>JNDI</h3>
 
-<p>Camel uses a <a shape="rect" href="registry.html" title="Registry">Registry</a> to allow you to configure <a shape="rect" href="component.html" title="Component">Component</a> or <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> instances or <a shape="rect" href="bean-integration.html" title="Bean Integration">Beans used in your routes</a>. If you are not using <a shape="rect" href="spring.html" title="Spring">Spring</a> or <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=OSGi&amp;linkCreation=true&amp;fromPageId=104074">OSGi</a> then <a shape="rect" href="jndi.html" title="JNDI">JNDI</a> is used as the default registry implementation.</p>
+<p>Camel uses a <a shape="rect" href="registry.html" title="Registry">Registry</a> to allow you to configure <a shape="rect" href="component.html" title="Component">Component</a> or <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> instances or <a shape="rect" href="bean-integration.html" title="Bean Integration">Beans used in your routes</a>. If you are not using <a shape="rect" href="spring.html" title="Spring">Spring</a> or <span class="error">[OSGi]</span> then <a shape="rect" href="jndi.html" title="JNDI">JNDI</a> is used as the default registry implementation.</p>
 
 <p>So you will also need to create a <b>jndi.properties</b> file in your <b>src/test/resources</b> directory so that there is a default registry available to initialise the <a shape="rect" href="camelcontext.html" title="CamelContext">CamelContext</a>.</p>
 

Modified: websites/production/camel/content/community.html
==============================================================================
--- websites/production/camel/content/community.html (original)
+++ websites/production/camel/content/community.html Thu Aug 30 15:27:01 2012
@@ -75,7 +75,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a><ul><li><a shape="rect" href="acknowledgment.html" title="Acknowledgment">Acknowledgment</a></li><li><a shape="rect" href="camel-endpoint-questions.html" title="Camel Endpoint Questions">Camel Endpoint Questions</a></li><li><a shape="rect" href="common-problems.html" title="Common Problems">Common Problems</a></li><li><a shape="rect" href="general-questions.html" title="General Questions">General Questions</a></li><li><a shape="rect" href="jms-questions.html" title="JMS Questions">JMS Questions</a></li><li><a shape="rect" href="logging-questions.html" title="Logging Questions">Logging Questions</a></li><li><a shape="rect" href="using-camel-questions.html" title="Using Camel Questions">Using Camel Questions</a></li></ul></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li
 ><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="download.html" title="Download">Download</a><ul><li><a shape="rect" href="camel-100-release.html" title="Camel 1.0.0 Release">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html" title="Camel 1.1.0 Release">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html" title="Camel 1.2.0 Release">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html" title="Camel 1.3.0 Release">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html" title="Camel 1.4.0 Release">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html" title="Camel 1.5.0 Release">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html" title="Camel 1.6.0 Release">Camel 1.
 6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html" title="Camel 1.6.1 Release">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html" title="Camel 1.6.2 Release">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-release.html" title="Camel 1.6.3 Release">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html" title="Camel 1.6.4 Release">Camel 1.6.4 Release</a></li><li><a shape="rect" href="camel-200-release.html" title="Camel 2.0.0 Release">Camel 2.0.0 Release</a></li><li><a shape="rect" href="camel-20-m1-release.html" title="Camel 2.0-M1 Release">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html" title="Camel 2.0-M2 Release">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html" title="Camel 2.0-M3 Release">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html" title="Camel 2.1.0 Release">Camel 2.1.0 Release</a></li><li
 ><a shape="rect" href="camel-220-release.html" title="Camel 2.2.0 Release">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html" title="Camel 2.3.0 Release">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html" title="Camel 2.4.0 Release">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html" title="Camel 2.5.0 Release">Camel 2.5.0 Release</a></li><li><a shape="rect" href="camel-260-release.html" title="Camel 2.6.0 Release">Camel 2.6.0 Release</a></li><li><a shape="rect" href="camel-270-release.html" title="Camel 2.7.0 Release">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html" title="Camel 2.7.1 Release">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html" title="Camel 2.7.2 Release">Camel 2.7.2 Release</a></li><li><a shape="rect" href="camel-273-release.html" title="Camel 2.7.3 Release">Camel 2.7.3 Release</a></li><li><a shape="rect" href="camel-274-re
 lease.html" title="Camel 2.7.4 Release">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html" title="Camel 2.7.5 Release">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html" title="Camel 2.8.0 Release">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html" title="Camel 2.8.1 Release">Camel 2.8.1 Release</a></li><li><a shape="rect" href="camel-282-release.html" title="Camel 2.8.2 Release">Camel 2.8.2 Release</a></li><li><a shape="rect" href="camel-283-release.html" title="Camel 2.8.3 Release">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html" title="Camel 2.8.4 Release">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html" title="Camel 2.8.5 Release">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html" title="Camel 2.8.6 Release">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html" title="Camel 2.9.0 Rele
 ase">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html" title="Camel 2.9.1 Release">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.html" title="Camel 2.9.2 Release">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li><li><a shape="rect" href="download-archives.html" title="Download Archives">Download Archives</a></li></ul></li><li><a shape="rect" href="google-summerofcode.html" title="Google SummerOfCode">Google SummerOfCode</a><ul><li><a shape="rect" href="gsoc-2009.html" title="GSoC 2009">GSoC 2009</a></li></ul></li><li><a shape="rect" href="in-progress.html" title="In Progress">In Progress</a><ul><li><a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-xyz-release-template.html" title="Camel x.y.z Release (template)">Camel x.y.z Release (template)</a></li
 ></ul></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li><li><a shape="rect" href="reports.html" title="Reports">Reports</a><ul><li><a shape="rect" href="board-reports.html" title="Board Reports">Board Reports</a></li></ul></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li></ul> </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a><ul><li><a shape="rect" href="acknowledgment.html" title="Acknowledgment">Acknowledgment</a></li><li><a shape="rect" href="camel-endpoint-questions.html" title="Camel Endpoint Questions">Camel Endpoint Questions</a></li><li><a shape="rect" href="common-problems.html" title="Common Problems">Common Problems</a></li><li><a shape="rect" href="general-questions.html" title="General Questions">General Questions</a></li><li><a shape="rect" href="jms-questions.html" title="JMS Questions">JMS Questions</a></li><li><a shape="rect" href="logging-questions.html" title="Logging Questions">Logging Questions</a></li><li><a shape="rect" href="using-camel-questions.html" title="Using Camel Questions">Using Camel Questions</a></li></ul></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li
 ><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="download.html" title="Download">Download</a><ul><li><a shape="rect" href="camel-100-release.html" title="Camel 1.0.0 Release">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html" title="Camel 1.1.0 Release">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html" title="Camel 1.2.0 Release">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html" title="Camel 1.3.0 Release">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html" title="Camel 1.4.0 Release">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html" title="Camel 1.5.0 Release">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html" title="Camel 1.6.0 Release">Camel 1.
 6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html" title="Camel 1.6.1 Release">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html" title="Camel 1.6.2 Release">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-release.html" title="Camel 1.6.3 Release">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html" title="Camel 1.6.4 Release">Camel 1.6.4 Release</a></li><li><a shape="rect" href="camel-200-release.html" title="Camel 2.0.0 Release">Camel 2.0.0 Release</a></li><li><a shape="rect" href="camel-20-m1-release.html" title="Camel 2.0-M1 Release">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html" title="Camel 2.0-M2 Release">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html" title="Camel 2.0-M3 Release">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html" title="Camel 2.1.0 Release">Camel 2.1.0 Release</a></li><li
 ><a shape="rect" href="camel-220-release.html" title="Camel 2.2.0 Release">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html" title="Camel 2.3.0 Release">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html" title="Camel 2.4.0 Release">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html" title="Camel 2.5.0 Release">Camel 2.5.0 Release</a></li><li><a shape="rect" href="camel-260-release.html" title="Camel 2.6.0 Release">Camel 2.6.0 Release</a></li><li><a shape="rect" href="camel-270-release.html" title="Camel 2.7.0 Release">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html" title="Camel 2.7.1 Release">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html" title="Camel 2.7.2 Release">Camel 2.7.2 Release</a></li><li><a shape="rect" href="camel-273-release.html" title="Camel 2.7.3 Release">Camel 2.7.3 Release</a></li><li><a shape="rect" href="camel-274-re
 lease.html" title="Camel 2.7.4 Release">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html" title="Camel 2.7.5 Release">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html" title="Camel 2.8.0 Release">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html" title="Camel 2.8.1 Release">Camel 2.8.1 Release</a></li><li><a shape="rect" href="camel-282-release.html" title="Camel 2.8.2 Release">Camel 2.8.2 Release</a></li><li><a shape="rect" href="camel-283-release.html" title="Camel 2.8.3 Release">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html" title="Camel 2.8.4 Release">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html" title="Camel 2.8.5 Release">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html" title="Camel 2.8.6 Release">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html" title="Camel 2.9.0 Rele
 ase">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html" title="Camel 2.9.1 Release">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.html" title="Camel 2.9.2 Release">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-293-release.html" title="Camel 2.9.3 Release">Camel 2.9.3 Release</a></li><li><a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html" title="Camel 2.10.1 Release">Camel 2.10.1 Release</a></li><li><a shape="rect" href="download-archives.html" title="Download Archives">Download Archives</a></li></ul></li><li><a shape="rect" href="google-summerofcode.html" title="Google SummerOfCode">Google SummerOfCode</a><ul><li><a shape="rect" href="gsoc-2009.html" title="GSoC 2009">GSoC 2009</a></li></ul></li><li><a shape="rect" href="in-progress.html" title="In Progress">In Progress</a><ul><li><a shape="rect" href="came
 l-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-xyz-release-template.html" title="Camel x.y.z Release (template)">Camel x.y.z Release (template)</a></li></ul></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li><li><a shape="rect" href="reports.html" title="Reports">Reports</a><ul></ul></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li></ul> </div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/crypto.html
==============================================================================
--- websites/production/camel/content/crypto.html (original)
+++ websites/production/camel/content/crypto.html Thu Aug 30 15:27:01 2012
@@ -228,7 +228,7 @@ from(<span class="code-quote">"direct:hm
 </pre>
 </div></div>
 
-<p>By default the HMAC is calculated using the HmacSHA1 mac algorithm though this can be easily changed by supplying a different algorithm name. See <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=CAMEL&amp;title=here&amp;linkCreation=true&amp;fromPageId=17268915">here</a> for how to check what algorithms are available through the configured security providers</p>
+<p>By default the HMAC is calculated using the HmacSHA1 mac algorithm though this can be easily changed by supplying a different algorithm name. See <span class="error">[here]</span> for how to check what algorithms are available through the configured security providers</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">KeyGenerator generator = KeyGenerator.getInstance(<span class="code-quote">"DES"</span>);