Author: buildbot
Date: Wed Jul  9 20:17:57 2014
New Revision: 915603

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/sql-component.html

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

Modified: websites/production/camel/content/sql-component.html
==============================================================================
--- websites/production/camel/content/sql-component.html (original)
+++ websites/production/camel/content/sql-component.html Wed Jul  9 20:17:57 
2014
@@ -203,7 +203,13 @@ assertEquals("Linux", row.get(
   createdAt TIMESTAMP
 )
 ]]></script>
-</div></div><p>We recommend to have a unique constraint on the columns 
processorName and messageId. Because the syntax for this constraint differs for 
database to database, we do not show it here.</p><p>Second we need to setup a 
<code>javax.sql.DataSource</code> in the spring XML file:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div>    <div class="aui-message problem shadowed information-macro">
+                            <span class="aui-icon icon-problem">Icon</span>
+                <div class="message-content">
+                            The SQL Server&#160;<strong>TIMESTAMP</strong> 
type is a fixed-length binary-string type. It does not map to any of the JDBC 
time types: <strong>DATE</strong>, <strong>TIME</strong>, or 
<strong>TIMESTAMP</strong>.
+                    </div>
+    </div>
+<p>&#160;</p><p>We recommend to have a unique constraint on the columns 
processorName and messageId. Because the syntax for this constraint differs for 
database to database, we do not show it here.</p><p>Second we need to setup a 
<code>javax.sql.DataSource</code> in the spring XML file:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 &lt;jdbc:embedded-database id=&quot;dataSource&quot; type=&quot;DERBY&quot; 
/&gt;
 ]]></script>


Reply via email to