Re: SQL Stored Procedure Component(2.17.0) Parsing Error

2016-05-01 Thread Claus Ibsen
Hi I logged a ticket and am fixing this https://issues.apache.org/jira/browse/CAMEL-9932 On Sun, May 1, 2016 at 5:23 PM, Claus Ibsen wrote: > You cannot use ${body[1]} currently. > > We may need to add [ ] chars to the grammar > > On Sun, May 1, 2016 at 4:11 PM, imranrazakhan wrote: >> HI, >> >

Re: SQL Stored Procedure Component(2.17.0) Parsing Error

2016-05-01 Thread Claus Ibsen
You cannot use ${body[1]} currently. We may need to add [ ] chars to the grammar On Sun, May 1, 2016 at 4:11 PM, imranrazakhan wrote: > HI, > > I tried to use new available procedure in Apache Camel 2.17.0 for calling > stored procedure and getting following error > > Code: > > from("file://D:/?

SQL Stored Procedure Component(2.17.0) Parsing Error

2016-05-01 Thread imranrazakhan
HI, I tried to use new available procedure in Apache Camel 2.17.0 for calling stored procedure and getting following error Code: from("file://D:/?fileName=test1.txt&noop=true") .split( body().tokenize("\n") ).streaming() .process(new LineParser())