camel sql component

2014-05-20 Thread Poyan G
Hello, I have an route there I want to insert complete message in an row in the database, the problem is that the insert statement want # header name or body name, and to have body name my body need to be hashmap, my body is just an String and I want to insert the complete string in to database. W

Re: camel sql component

2014-05-20 Thread Poyan G
id > > > body > > > > > > -- > > Hope this helps > // Pontus > > On Tue, May 20, 2014 at 10:11 PM, Poyan G wrote: > > Hello, > > > > I have an route there I want to insert complete message in an row in

Re: camel sql component

2014-05-21 Thread Poyan G
change to another > transport. > > But as Claus suggest please open a Jira with a improvement suggestion for > adding support for reading the body or even support simple expressions > in the statement. > > // Pontus > > > On Tue, May 20, 2014 at 11:34 PM, Poyan G wrote: