I am trying to use Sql Select query, there I am using 2 Header value inside the where conditions. As below: select * from MY_TABLE where KEY_1 = :#Mandant and ACTIVE_FLAG = 'Y' and BUFFER_ID=:#Logging_Id and KEY_2 = 'INSERT'
Its not working, whereas Insert query with both header values working fine. Is there any limitations in use of select query or am I doing anything wrong here? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-sql-select-query-with-multiple-headers-inside-where-clause-tp5766302.html Sent from the Camel Development mailing list archive at Nabble.com.