Hi, yeah, sorry, I made a mistake, to use the named parameters the syntax is :#id, not :?id, you can see examples in the JDBC component documentation[1]
On Wed, Jun 7, 2017 at 11:31 AM, solomon <[email protected]> wrote: > I tried your sugession, now I can parse the json object. However I could not > able to get the values in > .setBody("INSERT INTO MY_TABLE (ID, NAME) VALUES (:?id, :?name)") > > the output will be like this : INSERT INTO MY_TABLE (ID, NAME) VALUES (:?id, > :?name) zoran [1] https://camel.apache.org/sql-component.html#SQLComponent-Usingnamedparameters -- Zoran Regvart
