2008/1/31, Roman Kalukiewicz <[EMAIL PROTECTED]>:
> 2008/1/30, cmdr <[EMAIL PROTECTED]>:
> >
> > Hi
> >
> > I have already tried
> > from("file:insert_request.sql").splitter(body(String.class).tokenize("\n")).to("jdbc:dataSource");
> > The problem is that only the first line is send as a message.:-(
> >
> > When I use
> > from("file:insert_request.sql").splitter(body(String.class).tokenize("\n")).to("file:dataSource.txt"),
> > I get only the first line in the output file.

BTW Could you try it with the newest 1.3-SNAPSHOT version (if you use
some older one)?

Roman

Reply via email to