Author: buildbot
Date: Wed Jan 16 10:23:14 2013
New Revision: 846811
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/book-languages-appendix.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/sql.html
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 Wed Jan 16 10:23:14
2013
@@ -10187,10 +10187,12 @@ Could not resolve placeholder 'date:now:
<h3><a shape="rect" name="BookInOnePage-Dependencies"></a>Dependencies</h3>
<p>The File language is part of <b>camel-core</b>.</p>
-<h2><a shape="rect" name="BookInOnePage-SQL"></a>SQL</h2>
+<h2><a shape="rect" name="BookInOnePage-SQLLanguage"></a>SQL Language</h2>
<p>The SQL support is added by <a shape="rect" class="external-link"
href="http://josql.sourceforge.net/" rel="nofollow">JoSQL</a> and is primarily
used for performing SQL queries on in-memory objects. If you prefer to perform
actual database queries then check out the <a shape="rect" href="jpa.html"
title="JPA">JPA</a> component.</p>
+<div class="panelMacro"><table class="tipMacro"><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/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Looking for the SQL component</b><br clear="none">Camel has both
a <a shape="rect" href="sql.html" title="SQL">SQL</a> language and a <a
shape="rect" href="sql-component.html" title="SQL Component">SQL Component</a>.
This page is about the SQL language. Click on <a shape="rect"
href="sql-component.html" title="SQL Component">SQL Component</a> if you are
looking for the component instead.</td></tr></table></div>
+
<p>To use SQL in your camel routes you need to add the a dependency on
<b>camel-josql</b> which implements the SQL language. </p>
<p>If you use maven you could just add the following to your pom.xml,
substituting the version number for the latest & greatest release (see <a
shape="rect" href="download.html" title="Download">the download page for the
latest versions</a>).</p>
Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Wed Jan 16
10:23:14 2013
@@ -2236,10 +2236,12 @@ Could not resolve placeholder 'date:now:
<h3><a shape="rect"
name="BookLanguagesAppendix-Dependencies"></a>Dependencies</h3>
<p>The File language is part of <b>camel-core</b>.</p>
-<h2><a shape="rect" name="BookLanguagesAppendix-SQL"></a>SQL</h2>
+<h2><a shape="rect" name="BookLanguagesAppendix-SQLLanguage"></a>SQL
Language</h2>
<p>The SQL support is added by <a shape="rect" class="external-link"
href="http://josql.sourceforge.net/" rel="nofollow">JoSQL</a> and is primarily
used for performing SQL queries on in-memory objects. If you prefer to perform
actual database queries then check out the <a shape="rect" href="jpa.html"
title="JPA">JPA</a> component.</p>
+<div class="panelMacro"><table class="tipMacro"><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/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Looking for the SQL component</b><br clear="none">Camel has both
a <a shape="rect" href="sql.html" title="SQL">SQL</a> language and a <a
shape="rect" href="sql-component.html" title="SQL Component">SQL Component</a>.
This page is about the SQL language. Click on <a shape="rect"
href="sql-component.html" title="SQL Component">SQL Component</a> if you are
looking for the component instead.</td></tr></table></div>
+
<p>To use SQL in your camel routes you need to add the a dependency on
<b>camel-josql</b> which implements the SQL language. </p>
<p>If you use maven you could just add the following to your pom.xml,
substituting the version number for the latest & greatest release (see <a
shape="rect" href="download.html" title="Download">the download page for the
latest versions</a>).</p>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/sql.html
==============================================================================
--- websites/production/camel/content/sql.html (original)
+++ websites/production/camel/content/sql.html Wed Jan 16 10:23:14 2013
@@ -75,10 +75,12 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2><a shape="rect"
name="SQL-SQL"></a>SQL</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect"
name="SQL-SQLLanguage"></a>SQL Language</h2>
<p>The SQL support is added by <a shape="rect" class="external-link"
href="http://josql.sourceforge.net/" rel="nofollow">JoSQL</a> and is primarily
used for performing SQL queries on in-memory objects. If you prefer to perform
actual database queries then check out the <a shape="rect" href="jpa.html"
title="JPA">JPA</a> component.</p>
+<div class="panelMacro"><table class="tipMacro"><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/check.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Looking for the SQL component</b><br clear="none">Camel has both
a <a shape="rect" href="sql.html" title="SQL">SQL</a> language and a <a
shape="rect" href="sql-component.html" title="SQL Component">SQL Component</a>.
This page is about the SQL language. Click on <a shape="rect"
href="sql-component.html" title="SQL Component">SQL Component</a> if you are
looking for the component instead.</td></tr></table></div>
+
<p>To use SQL in your camel routes you need to add the a dependency on
<b>camel-josql</b> which implements the SQL language. </p>
<p>If you use maven you could just add the following to your pom.xml,
substituting the version number for the latest & greatest release (see <a
shape="rect" href="download.html" title="Download">the download page for the
latest versions</a>).</p>