Hi Brad,
first of all, thank you for all.
If I understood, I changed route configuration like this (doneFileName
Policy on Local Producer and Consumer):
ftp://username@host/IN?password=xx&move=Save&stepwise=false";>
... process it
// OnException
public void configure() throws Exception {
from("jetty:http://localhost:8080/json?matchOnUriPrefix=true";).process(new
Processor() {
@Override
public void process(Exchange exchange) throws Excepti
Looks like you are not reading the request body which has come in as part of
the from("jetty:http://localhost:8080/json?matchOnUriPrefix=true";)
try reading it and convert it to the datatype that the route would use.
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5
I have route in my camel context like this:-
routename
How can i test the abo