Author: buildbot
Date: Sun Nov 10 16:28:38 2013
New Revision: 886062

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2130-release.html
    websites/production/camel/content/loading-routes-from-xml-files.html
    websites/production/camel/content/properties.html
    websites/production/camel/content/using-propertyplaceholder.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Sun Nov 10 
16:28:38 2013
@@ -14662,6 +14662,11 @@ public class MyRouteBuilder extends Rout
 ]]></script>
 </div></div>
 
+
+<h2><a shape="rect" name="BookComponentAppendix-SeeAlso"></a>See Also</h2>
+<ul class="alternate" type="square"><li><a shape="rect" href="properties.html" 
title="Properties">Properties</a> component</li></ul>
+
+
 <h3><a shape="rect" name="BookComponentAppendix-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Sun Nov 10 16:28:38 
2013
@@ -36188,6 +36188,11 @@ public class MyRouteBuilder extends Rout
 ]]></script>
 </div></div>
 
+
+<h2><a shape="rect" name="BookInOnePage-SeeAlso"></a>See Also</h2>
+<ul class="alternate" type="square"><li><a shape="rect" href="properties.html" 
title="Properties">Properties</a> component</li></ul>
+
+
 <h3><a shape="rect" name="BookInOnePage-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>
 

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

Modified: websites/production/camel/content/camel-2130-release.html
==============================================================================
--- websites/production/camel/content/camel-2130-release.html (original)
+++ websites/production/camel/content/camel-2130-release.html Sun Nov 10 
16:28:38 2013
@@ -94,7 +94,7 @@
 
 <p>Welcome to the 2.13.0 release which approx XXX issues resolved (new 
features, improvements and bug fixes such as...)</p>
 
-<ul><li>The MBean names registered by <a shape="rect" href="camel-jmx.html" 
title="Camel JMX">Camel JMX</a> no longer include the hostname in the 
<tt>context</tt> part, eg before <tt>context=myHost/myCamelId</tt> and now 
after <tt>context=myCamelId</tt>. Having the hostname in the MBean name does 
not bring much value, and in fact makes things more complicated as the mbean 
name changes depending on the host running Camel.</li><li>When using multiple 
OSGi Blueprint &lt;cm:property-placeholder&gt;'s then Camel now favors using 
non-default placeholders, or the last property-placeholder defined in the 
Blueprint XML file. This allows for example to define default properties in one 
placeholder, and override these values in other placeholders.</li><li><a 
shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to download a 
single named file without using the FTP LIST command. This allows to download a 
known file from a FTP server even when the user account does not have permission
  to do FTP LIST command.</li><li><a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> consumer allow to ignore file not found or insufficient 
file permission errors.</li><li><a shape="rect" href="data-format.html" 
title="Data Format">Data Format</a> using marshal now leverages <a shape="rect" 
href="stream-caching.html" title="Stream caching">Stream caching</a> out of the 
box if enabled, which allows to marshal big streams and spool to disk, instead 
of being pure in-memory based.</li><li>Improved using <a shape="rect" 
href="bean.html" title="Bean">Bean</a> when the bean is looked up in the <a 
shape="rect" href="registry.html" title="Registry">Registry</a>, when using 
concurrent processing in the route.</li><li>Added <tt>cache</tt> option to 
<tt>beanRef</tt> and <tt>&lt;bean&gt;</tt> in the DSL. This avoids looking up 
the <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a 
shape="rect" href="registry.html" title="Registry">Registry</a> on each usage; 
this can safely be
  done for singleton beans.</li><li>Configuring <a shape="rect" 
href="data-format.html" title="Data Format">Data Format</a>s in XML attributes 
now supports reference lookup using the # syntax, eg <tt>&lt;jaxb 
xmlStreamWriterWrapper="#myWriterWrapper" ..&gt;</tt></li><li><a shape="rect" 
href="jdbc.html" title="JDBC">JDBC</a> component now also support 
<tt>outputType</tt> to specify the expected output as either a List or single 
Object. As well allow to map to a bean using a <tt>BeanRowMapper</tt> to 
control the mapping of ROW names to bean properties.</li><li>Both <a 
shape="rect" href="quartz.html" title="Quartz">Quartz</a> as well as <a 
shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> based <a 
shape="rect" href="scheduledroutepolicy.html" 
title="ScheduledRoutePolicy">ScheduledRoutePolicy</a> has been improved to 
better support cluster setups (e.g. to not schedule jobs being already 
scheduled through another node inside a given cluster).</li><li>Reduced the 
work the <a sha
 pe="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> EIP does 
while holding a lock during aggregation, which can lead to improved performance 
in some use-cases.</li><li><tt>JndiRegistry</tt> now implements all the find 
methods.</li><li><a shape="rect" href="vm.html" title="VM">VM</a> component now 
supports <tt>multipleConsumers=true</tt> across deployment units.</li><li>Added 
<tt>@PreConsumed</tt> to <a shape="rect" href="jpa.html" title="JPA">JPA</a> 
consumer.</li><li>Added CamelFileName header support to the <a shape="rect" 
href="hdfs.html" title="HDFS">HDFS</a> producer</li><li>Like as 
<tt>JpaConsumer</tt> now also <tt>JpaProducer</tt> of the <a shape="rect" 
href="jpa.html" title="JPA">JPA</a> component supports the 
<tt>CamelEntityManager</tt> header.</li><li><a shape="rect" href="restlet.html" 
title="Restlet">Restlet</a> consumer now supports returning custom headers as 
HTTP headers from the Camel <a shape="rect" href="message.html" 
title="Message">Message</a>.</l
 i><li><a shape="rect" href="spring-java-config.html" title="Spring Java 
Config">Spring Java Config</a> <tt>CamelConfiguration</tt> now automagically 
detects all <tt>RouteBuilder</tt> instances registered in the Spring context if 
<tt>CamelConfiguration#routes</tt> method is not overridden.</li><li>Added 
support for transferring custom headers with <a shape="rect" 
href="rabbitmq.html" title="RabbitMQ">RabbitMQ</a> component.</li><li><a 
shape="rect" href="crypto.html" title="Crypto">PGPDataFormat</a> enables stream 
cache during unmarshaling.</li><li><tt>FileIdempotentRepository</tt> now 
creates necessary parent directories together with the new repository 
file.</li></ul>
+<ul><li>The MBean names registered by <a shape="rect" href="camel-jmx.html" 
title="Camel JMX">Camel JMX</a> no longer include the hostname in the 
<tt>context</tt> part, eg before <tt>context=myHost/myCamelId</tt> and now 
after <tt>context=myCamelId</tt>. Having the hostname in the MBean name does 
not bring much value, and in fact makes things more complicated as the mbean 
name changes depending on the host running Camel.</li><li>When using multiple 
OSGi Blueprint &lt;cm:property-placeholder&gt;'s then Camel now favors using 
non-default placeholders, or the last property-placeholder defined in the 
Blueprint XML file. This allows for example to define default properties in one 
placeholder, and override these values in other placeholders.</li><li><a 
shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to download a 
single named file without using the FTP LIST command. This allows to download a 
known file from a FTP server even when the user account does not have permission
  to do FTP LIST command.</li><li><a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> consumer allow to ignore file not found or insufficient 
file permission errors.</li><li><a shape="rect" href="data-format.html" 
title="Data Format">Data Format</a> using marshal now leverages <a shape="rect" 
href="stream-caching.html" title="Stream caching">Stream caching</a> out of the 
box if enabled, which allows to marshal big streams and spool to disk, instead 
of being pure in-memory based.</li><li>Improved using <a shape="rect" 
href="bean.html" title="Bean">Bean</a> when the bean is looked up in the <a 
shape="rect" href="registry.html" title="Registry">Registry</a>, when using 
concurrent processing in the route.</li><li>Added <tt>cache</tt> option to 
<tt>beanRef</tt> and <tt>&lt;bean&gt;</tt> in the DSL. This avoids looking up 
the <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a 
shape="rect" href="registry.html" title="Registry">Registry</a> on each usage; 
this can safely be
  done for singleton beans.</li><li>Configuring <a shape="rect" 
href="data-format.html" title="Data Format">Data Format</a>s in XML attributes 
now supports reference lookup using the # syntax, eg <tt>&lt;jaxb 
xmlStreamWriterWrapper="#myWriterWrapper" ..&gt;</tt></li><li><a shape="rect" 
href="jdbc.html" title="JDBC">JDBC</a> component now also support 
<tt>outputType</tt> to specify the expected output as either a List or single 
Object. As well allow to map to a bean using a <tt>BeanRowMapper</tt> to 
control the mapping of ROW names to bean properties.</li><li>Both <a 
shape="rect" href="quartz.html" title="Quartz">Quartz</a> as well as <a 
shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> based <a 
shape="rect" href="scheduledroutepolicy.html" 
title="ScheduledRoutePolicy">ScheduledRoutePolicy</a> has been improved to 
better support cluster setups (e.g. to not schedule jobs being already 
scheduled through another node inside a given cluster).</li><li>Reduced the 
work the <a sha
 pe="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> EIP does 
while holding a lock during aggregation, which can lead to improved performance 
in some use-cases.</li><li><tt>JndiRegistry</tt> now implements all the find 
methods.</li><li><a shape="rect" href="vm.html" title="VM">VM</a> component now 
supports <tt>multipleConsumers=true</tt> across deployment units.</li><li>Added 
<tt>@PreConsumed</tt> to <a shape="rect" href="jpa.html" title="JPA">JPA</a> 
consumer.</li><li>Added CamelFileName header support to the <a shape="rect" 
href="hdfs.html" title="HDFS">HDFS</a> producer</li><li>Like as 
<tt>JpaConsumer</tt> now also <tt>JpaProducer</tt> of the <a shape="rect" 
href="jpa.html" title="JPA">JPA</a> component supports the 
<tt>CamelEntityManager</tt> header.</li><li><a shape="rect" href="restlet.html" 
title="Restlet">Restlet</a> consumer now supports returning custom headers as 
HTTP headers from the Camel <a shape="rect" href="message.html" 
title="Message">Message</a>.</l
 i><li><a shape="rect" href="spring-java-config.html" title="Spring Java 
Config">Spring Java Config</a> <tt>CamelConfiguration</tt> now automagically 
detects all <tt>RouteBuilder</tt> instances registered in the Spring context if 
<tt>CamelConfiguration#routes</tt> method is not overridden.</li><li>Added 
support for transferring custom headers with <a shape="rect" 
href="rabbitmq.html" title="RabbitMQ">RabbitMQ</a> component.</li><li><a 
shape="rect" href="crypto.html" title="Crypto">PGPDataFormat</a> enables stream 
cache during unmarshaling.</li><li><tt>FileIdempotentRepository</tt> now 
creates necessary parent directories together with the new repository 
file.</li><li><a shape="rect" href="properties.html" 
title="Properties">Properties</a> component and <a shape="rect" 
href="using-propertyplaceholder.html" title="Using 
PropertyPlaceholder">property placeholder</a> will now ignore non existing JVM 
and environment options as well if <tt>ignoreMissingLocation</tt> is set to 
<tt>true</tt>
 .</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.13.0Release-FixedIssues"></a>Fixed Issues</h3>

Modified: websites/production/camel/content/loading-routes-from-xml-files.html
==============================================================================
--- websites/production/camel/content/loading-routes-from-xml-files.html 
(original)
+++ websites/production/camel/content/loading-routes-from-xml-files.html Sun 
Nov 10 16:28:38 2013
@@ -90,6 +90,8 @@
 
 <p>This cookbook shows how to load and add routes from XML files into an 
existing <a shape="rect" href="camelcontext.html" 
title="CamelContext">CamelContext</a>.</p>
 
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif";
 width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">When 
adding routes as shown on this page, the routes is isolated and cannot re-use 
any existing <tt>onException</tt>, <tt>intercept</tt> 
etc.</td></tr></table></div>
+
 <p>You can define Camel routes in XML files using the <tt>&lt;routes&gt;</tt> 
tag with the namespace <tt>"http://camel.apache.org/schema/spring";</tt>.<br 
clear="none">
 Suppose we have the bar route as shown below in the <tt>barRoute.xml</tt> XML 
file.</p>
 

Modified: websites/production/camel/content/properties.html
==============================================================================
--- websites/production/camel/content/properties.html (original)
+++ websites/production/camel/content/properties.html Sun Nov 10 16:28:38 2013
@@ -874,6 +874,11 @@ public class MyRouteBuilder extends Rout
 ]]></script>
 </div></div>
 
+
+<h2><a shape="rect" name="Properties-SeeAlso"></a>See Also</h2>
+<ul class="alternate" type="square"><li><a shape="rect" href="properties.html" 
title="Properties">Properties</a> component</li></ul>
+
+
 <h3><a shape="rect" name="Properties-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>
 

Modified: websites/production/camel/content/using-propertyplaceholder.html
==============================================================================
--- websites/production/camel/content/using-propertyplaceholder.html (original)
+++ websites/production/camel/content/using-propertyplaceholder.html Sun Nov 10 
16:28:38 2013
@@ -851,7 +851,12 @@ public class MyRouteBuilder extends Rout
     @PropertyInject(value = "myTimeout", defaultValue = "5000")
     private int timeout;
 ]]></script>
-</div></div></div>
+</div></div>
+
+
+<h2><a shape="rect" name="UsingPropertyPlaceholder-SeeAlso"></a>See Also</h2>
+<ul class="alternate" type="square"><li><a shape="rect" href="properties.html" 
title="Properties">Properties</a> component</li></ul>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to