Integration Testing multiple camel Context in Spring DSL

2015-01-08 Thread leofprince
Dear Camel Users, We have handful of camel context defined in spring DSL.I would like to write Integration Test cases by loading at least 2 camel contexts and provide some inputs via test file endpoints and get output in test file endpoints.For Testing single spring context xml we used

direct endpoint across camel context

2014-12-31 Thread leofprince
Dear Camel Users, We have a couple of camel contexts and have a scenario where we need to invoke a synchronous call to a route in different camel context. We have used direct endpoint for synchronous call within same camel context ,we would like to have same behavior for different camel contexts.

Camel rest-dsl sending 400(Client Error) Status code's

2014-10-29 Thread leofprince
Hello Camel Users, I am developing REST services using camel REST-DSL[http://camel.apache.org/rest-dsl.html]component.I am successful in sending JSON request for happy path and get the response on the same using (Rest-DSL and camel servlet) combination. Now as we move forward the