Hi,
I tried to marshal to XML a JDBC query like this:
from("timer://foo?period=
10000")
.setBody(constant("SELECT * FROM ..."))
.to(testdb)
.split(body());
.marshal().xstream("UTF-8");But Camel fail to create the route on the last line: *because of dataFormat must be specified*. I can't find any help on this issue (I tried without "UTF-8" as well). Thanks, Zsolt
