Hi

Yeah that needs to be documented here
http://camel.apache.org/sql-component.html

Fell free to create a JIRA.

Also we love contributions. To help with docu, read here
http://camel.apache.org/contributing.html


On Fri, May 13, 2011 at 9:30 AM, Christoph Burmeister
<[email protected]> wrote:
> Hi,
> I got my two camels running with an idempotent repository (based on
> jdbc to mysql). I searched the camel-website and the
> camel-in-action-book, but didn't found any hint for the
> table-definition of this repo, so after several errors in the logs, I
> tried out following definition on mysql that works for me:
>
> CREATE TABLE IF NOT EXISTS `camel_messageprocessed` (
>  `messageId` varchar(255) NOT NULL,
>  `processorName` varchar(255) NOT NULL,
>  PRIMARY KEY (`messageId`)
> )
>
> Is there any documentation about the jdbc idempotent repository like
> changing table-name or further details on table-definitions?
>
> best,
> christoph
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
CamelOne 2011: http://fusesource.com/camelone2011/
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to