Author: buildbot
Date: Tue Sep  3 12:19:05 2013
New Revision: 877153

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2120-release.html

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

Modified: websites/production/camel/content/camel-2120-release.html
==============================================================================
--- websites/production/camel/content/camel-2120-release.html (original)
+++ websites/production/camel/content/camel-2120-release.html Tue Sep  3 
12:19:05 2013
@@ -99,7 +99,7 @@
 
 <h3><a shape="rect" name="Camel2.12.0Release-FixedIssues"></a>Fixed Issues</h3>
 
-<ul><li>Fixed setting .id in Java DSL on some <a shape="rect" href="eip.html" 
title="EIP">EIP</a>s such as the <a shape="rect" href="validate.html" 
title="Validate">Validate</a></li><li>Fixed <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> always handled exception, which wasn't the case if an <a 
shape="rect" href="exception-clause.html" title="Exception Clause">Exception 
Clause</a> was in use, which didn't had handled=true.</li><li>Fixed <a 
shape="rect" href="using-propertyplaceholder.html" title="Using 
PropertyPlaceholder">Using PropertyPlaceholder</a> in attributes defined on 
<tt>&lt;camelContext&gt;</tt>.</li><li>All Camel <a shape="rect" 
href="components.html" title="Components">Components</a> will configure their 
consumers when being created to ensure you can configure from <a shape="rect" 
href="uris.html" title="URIs">URIs</a> with <tt>consumer.</tt> as 
prefix.</li><li>Fixed <a shape="rect" href="quickfix.html" title="Quickfi
 x">QuickfixJEndpoint</a> to adhere a given InOut MEP correctly.</li><li>Fixed 
using property placeholders in a <a shape="rect" href="simple.html" 
title="Simple">Simple</a> predicate used inside a when in a <a shape="rect" 
href="content-based-router.html" title="Content Based Router">Content Based 
Router</a> when using <a shape="rect" href="java-dsl.html" title="Java 
DSL">Java DSL</a></li><li>Fixed a race condition in <a shape="rect" 
href="file2.html" title="File2">File</a> consumer which may lead to a tiny 
window for another process to pickup a file, as the read lock is committed 
before the file is moved afterwards etc. Now read locks is executed 
last.</li><li><a shape="rect" href="http4.html" title="HTTP4">HTTP4</a> now 
validates that only one instance of 
<tt>org.apache.camel.util.jsse.SSLContextParameters</tt> is used per component, 
as multiple is not supported, and could lead to undesired side 
effects.</li><li>Fixed possible dead-lock during <a shape="rect" 
href="graceful-shutdow
 n.html" title="Graceful Shutdown">Graceful Shutdown</a> if a route starts from 
<a shape="rect" href="seda.html" title="SEDA">SEDA</a> and uses <a shape="rect" 
href="splitter.html" title="Splitter">Splitter</a> or <a shape="rect" 
href="multicast.html" title="Multicast">Multicast</a> and maximumRedeliveries 
was enabled as well.</li><li>Fixed <a shape="rect" href="splitter.html" 
title="Splitter">TokenizeXML</a> to support self closing tags.</li><li>Fixed <a 
shape="rect" href="blueprint-testing.html" title="Blueprint Testing">Blueprint 
Testing</a> to work with <tt>isMockEndpointsAndSkip</tt> and other similar 
functionality of the <tt>CamelBlueprintTestSupport</tt> class.</li><li>Fixed <a 
shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a> to 
emit <tt>ExchangeSentEvents</tt> also</li><li>Fixed <a shape="rect" 
href="quartz.html" title="Quartz">Quartz</a> routes with stateful jobs may not 
trigger if redeployment with changed endpoint uris.</li><li>Fixed <a shape="re
 ct" href="recipient-list.html" title="Recipient List">Recipient List</a>, <a 
shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a>, 
and <a shape="rect" href="dynamic-router.html" title="Dynamic Router">Dynamic 
Router</a> EIPs to work with <a shape="rect" href="stream-caching.html" 
title="Stream caching">Stream caching</a></li><li>Fixed suspending/resuming 
Camel <a shape="rect" href="quartz.html" title="Quartz">Quartz</a> 
routes</li><li>Fixed <a shape="rect" href="sql-component.html" title="SQL 
Component">SQL Component</a> using queries with a single parameter and the data 
is JSON like structure (having comma separators)</li><li>Fixed <a shape="rect" 
href="jetty.html" title="Jetty">Jetty</a> to be able to use stream cached 
streams that was spooled to disk, as its reply message when sending back reply 
to the caller.</li><li>Fixed <tt>endChoice()</tt> in Java DSL to work when 
being nested in parent <a shape="rect" href="content-based-router.html" 
title="Content Ba
 sed Router">Content Based Router</a>(s)</li><li>Fixed <a shape="rect" 
href="lucene.html" title="Lucene">Lucene</a> to reuse existing index directory 
if Camel is being restarted etc.</li><li>Fixed using &lt;routeContextRef&gt; to 
not share the routes when using multiple &lt;camelContext&gt;, but each 
&lt;camelContext&gt; have their own route instances to not cause side-effects 
between the <a shape="rect" href="camelcontext.html" 
title="CamelContext">CamelContext</a>s.</li><li>Fixed using type converter from 
<tt>NodeList</tt> -&gt; <tt>Node</tt></li><li>Fixed having 2+ routes from the 
<b>same</b> JMS queue, not stop the endpoint if there are still active 
listeners when a route is stopped.</li><li>Fixed <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> when using <tt>queueSize</tt> not able 
to identify its same queue size, when using multiple <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> endpoints for the same queue 
name/size.</li><li>Fixed using <tt>&lt;routeBuilder ref=
 "name"/&gt;</tt> in OSGi Blueprint when referring to a <tt>RouteBuilder</tt> 
from another bundle, exposed in the OSGi service registry.</li><li>Fixed OSGi 
Blueprint in some situations causing a <tt>CircularDependencyException</tt> 
when using Camel namespaces outside a <tt>&lt;camelContext&gt;</tt>, being 
referred from inside the <tt>&lt;camelContext&gt;</tt>.</li></ul>
+<ul><li>Fixed setting .id in Java DSL on some <a shape="rect" href="eip.html" 
title="EIP">EIP</a>s such as the <a shape="rect" href="validate.html" 
title="Validate">Validate</a></li><li>Fixed <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> always handled exception, which wasn't the case if an <a 
shape="rect" href="exception-clause.html" title="Exception Clause">Exception 
Clause</a> was in use, which didn't had handled=true.</li><li>Fixed <a 
shape="rect" href="using-propertyplaceholder.html" title="Using 
PropertyPlaceholder">Using PropertyPlaceholder</a> in attributes defined on 
<tt>&lt;camelContext&gt;</tt>.</li><li>All Camel <a shape="rect" 
href="components.html" title="Components">Components</a> will configure their 
consumers when being created to ensure you can configure from <a shape="rect" 
href="uris.html" title="URIs">URIs</a> with <tt>consumer.</tt> as 
prefix.</li><li>Fixed <a shape="rect" href="quickfix.html" title="Quickfi
 x">QuickfixJEndpoint</a> to adhere a given InOut MEP correctly.</li><li>Fixed 
using property placeholders in a <a shape="rect" href="simple.html" 
title="Simple">Simple</a> predicate used inside a when in a <a shape="rect" 
href="content-based-router.html" title="Content Based Router">Content Based 
Router</a> when using <a shape="rect" href="java-dsl.html" title="Java 
DSL">Java DSL</a></li><li>Fixed a race condition in <a shape="rect" 
href="file2.html" title="File2">File</a> consumer which may lead to a tiny 
window for another process to pickup a file, as the read lock is committed 
before the file is moved afterwards etc. Now read locks is executed 
last.</li><li><a shape="rect" href="http4.html" title="HTTP4">HTTP4</a> now 
validates that only one instance of 
<tt>org.apache.camel.util.jsse.SSLContextParameters</tt> is used per component, 
as multiple is not supported, and could lead to undesired side 
effects.</li><li>Fixed possible dead-lock during <a shape="rect" 
href="graceful-shutdow
 n.html" title="Graceful Shutdown">Graceful Shutdown</a> if a route starts from 
<a shape="rect" href="seda.html" title="SEDA">SEDA</a> and uses <a shape="rect" 
href="splitter.html" title="Splitter">Splitter</a> or <a shape="rect" 
href="multicast.html" title="Multicast">Multicast</a> and maximumRedeliveries 
was enabled as well.</li><li>Fixed <a shape="rect" href="splitter.html" 
title="Splitter">TokenizeXML</a> to support self closing tags.</li><li>Fixed <a 
shape="rect" href="blueprint-testing.html" title="Blueprint Testing">Blueprint 
Testing</a> to work with <tt>isMockEndpointsAndSkip</tt> and other similar 
functionality of the <tt>CamelBlueprintTestSupport</tt> class.</li><li>Fixed <a 
shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a> to 
emit <tt>ExchangeSentEvents</tt> also</li><li>Fixed <a shape="rect" 
href="quartz.html" title="Quartz">Quartz</a> routes with stateful jobs may not 
trigger if redeployment with changed endpoint uris.</li><li>Fixed <a shape="re
 ct" href="recipient-list.html" title="Recipient List">Recipient List</a>, <a 
shape="rect" href="routing-slip.html" title="Routing Slip">Routing Slip</a>, 
and <a shape="rect" href="dynamic-router.html" title="Dynamic Router">Dynamic 
Router</a> EIPs to work with <a shape="rect" href="stream-caching.html" 
title="Stream caching">Stream caching</a></li><li>Fixed suspending/resuming 
Camel <a shape="rect" href="quartz.html" title="Quartz">Quartz</a> 
routes</li><li>Fixed <a shape="rect" href="sql-component.html" title="SQL 
Component">SQL Component</a> using queries with a single parameter and the data 
is JSON like structure (having comma separators)</li><li>Fixed <a shape="rect" 
href="jetty.html" title="Jetty">Jetty</a> to be able to use stream cached 
streams that was spooled to disk, as its reply message when sending back reply 
to the caller.</li><li>Fixed <tt>endChoice()</tt> in Java DSL to work when 
being nested in parent <a shape="rect" href="content-based-router.html" 
title="Content Ba
 sed Router">Content Based Router</a>(s)</li><li>Fixed <a shape="rect" 
href="lucene.html" title="Lucene">Lucene</a> to reuse existing index directory 
if Camel is being restarted etc.</li><li>Fixed using &lt;routeContextRef&gt; to 
not share the routes when using multiple &lt;camelContext&gt;, but each 
&lt;camelContext&gt; have their own route instances to not cause side-effects 
between the <a shape="rect" href="camelcontext.html" 
title="CamelContext">CamelContext</a>s.</li><li>Fixed using type converter from 
<tt>NodeList</tt> -&gt; <tt>Node</tt></li><li>Fixed having 2+ routes from the 
<b>same</b> JMS queue, not stop the endpoint if there are still active 
listeners when a route is stopped.</li><li>Fixed <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> when using <tt>queueSize</tt> not able 
to identify its same queue size, when using multiple <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> endpoints for the same queue 
name/size.</li><li>Fixed using <tt>&lt;routeBuilder ref=
 "name"/&gt;</tt> in OSGi Blueprint when referring to a <tt>RouteBuilder</tt> 
from another bundle, exposed in the OSGi service registry.</li><li>Fixed OSGi 
Blueprint in some situations causing a <tt>CircularDependencyException</tt> 
when using Camel namespaces outside a <tt>&lt;camelContext&gt;</tt>, being 
referred from inside the <tt>&lt;camelContext&gt;</tt>.</li><li>Fixed <a 
shape="rect" href="http4.html" title="HTTP4">HTTP4</a> in bridge mode to not 
store cookies, which otherwise would eat up memory.</li></ul>
 
 
 <h3><a shape="rect" 
name="Camel2.12.0Release-NewEnterpriseIntegrationPatterns"></a>New <a 
shape="rect" href="enterprise-integration-patterns.html" title="Enterprise 
Integration Patterns">Enterprise Integration Patterns</a></h3>


Reply via email to