Author: buildbot Date: Thu Mar 21 08:26:50 2013 New Revision: 855370 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/jpa.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 Thu Mar 21 08:26:50 2013 @@ -9722,9 +9722,9 @@ monitor.start(); <p>Consuming messages from a JPA consumer endpoint removes (or updates) entity beans in the database. This allows you to use a database table as a logical queue: consumers take messages from the queue and then delete/update them to logically remove them from the queue.</p> -<p>If you do not wish to delete the entity bean when it has been processed, you can specify <tt>consumeDelete=false</tt> on the URI. This will result in the entity being processed each poll.</p> +<p>If you do not wish to delete the entity bean when it has been processed (and when routing is done), you can specify <tt>consumeDelete=false</tt> on the URI. This will result in the entity being processed each poll.</p> -<p>If you would rather perform some update on the entity to mark it as processed (such as to exclude it from a future query) then you can annotate a method with <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-jpa/apidocs/org/apache/camel/component/jpa/Consumed.html">@Consumed</a> which will be invoked on your entity bean when the entity bean is consumed.</p> +<p>If you would rather perform some update on the entity to mark it as processed (such as to exclude it from a future query) then you can annotate a method with <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-jpa/apidocs/org/apache/camel/component/jpa/Consumed.html">@Consumed</a> which will be invoked on your entity bean when the entity bean when it has been processed (and when routing is done).</p> <h3><a shape="rect" name="BookComponentAppendix-URIformat"></a>URI format</h3> Modified: websites/production/camel/content/jpa.html ============================================================================== --- websites/production/camel/content/jpa.html (original) +++ websites/production/camel/content/jpa.html Thu Mar 21 08:26:50 2013 @@ -101,9 +101,9 @@ <p>Consuming messages from a JPA consumer endpoint removes (or updates) entity beans in the database. This allows you to use a database table as a logical queue: consumers take messages from the queue and then delete/update them to logically remove them from the queue.</p> -<p>If you do not wish to delete the entity bean when it has been processed, you can specify <tt>consumeDelete=false</tt> on the URI. This will result in the entity being processed each poll.</p> +<p>If you do not wish to delete the entity bean when it has been processed (and when routing is done), you can specify <tt>consumeDelete=false</tt> on the URI. This will result in the entity being processed each poll.</p> -<p>If you would rather perform some update on the entity to mark it as processed (such as to exclude it from a future query) then you can annotate a method with <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-jpa/apidocs/org/apache/camel/component/jpa/Consumed.html">@Consumed</a> which will be invoked on your entity bean when the entity bean is consumed.</p> +<p>If you would rather perform some update on the entity to mark it as processed (such as to exclude it from a future query) then you can annotate a method with <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-jpa/apidocs/org/apache/camel/component/jpa/Consumed.html">@Consumed</a> which will be invoked on your entity bean when the entity bean when it has been processed (and when routing is done).</p> <h3><a shape="rect" name="JPA-URIformat"></a>URI format</h3>