@Guru, Here is my route.
from("direct:start") .to("https://maps.googleapis.com/maps/api/place/search/json?location=xx.446788,-yy.950559&radius=500&types=food&sensor=false&key=some_key_xxxxxxxxxxxx") .unmarshal().json(JsonLibrary.Jackson, GooglePlaceResponseObject.class).split().method(GooglePlaceSplitter.class, "split") .to("stream:out"); -- View this message in context: http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5670138.html Sent from the Camel - Users mailing list archive at Nabble.com.