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,
>>
>
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:/?
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())