Re: Camel CXF-RS resource method called twice when using performInvocation

2016-03-19 Thread Walzer, Thomas
Hi, For this kind of question please use the users mailing list. http://camel.apache.org/mailing-lists.html Cheers, Thomas. > Am 20.03.2016 um 02:54 schrieb Phillip Rhodes : > > Camel gang: > > I'm using the Camel CXFRS support to publish a REST service using Camel. > What I want is for the in

Camel CXF-RS resource method called twice when using performInvocation

2016-03-19 Thread Phillip Rhodes
Camel gang: I'm using the Camel CXFRS support to publish a REST service using Camel. What I want is for the incoming request to actually invoke my service class, and the response from that to go into the Camel route for further processing. That appears to happen just fine when using the performIn