Re: Apache Camel Routing and Apache CXF Rest with Proxy

2015-06-24 Thread Bhavesh Mistry
I just need some help and guidelines with above issue. Stack-0verflow Question: http://stackoverflow.com/questions/30853744/apache-camel-and-cxf-jax-rs-rest-services-end-point-routing-and-proxy-server Thanks, Bhavesh On Mon, Jun 15, 2015 at 2:56 PM, Bhavesh Mistry wrote: > Hi All, > > > > I am

Re: Apache Camel Routing and Apache CXF Rest with Proxy

2015-06-18 Thread Bhavesh Mistry
I would appreciate if any one has deal with similar issue as above. I would appreciate your input. Thanks, Bhavesh On Tue, Jun 16, 2015 at 11:55 AM, Bhavesh Mistry wrote: > Adding Dev group to see how I can achieve this. > > Thanks, > > Bhavesh > > On Mon, Jun 15, 2015 at 2:56 PM, Bhavesh Mistr

Re: Apache Camel Routing and Apache CXF Rest with Proxy

2015-06-17 Thread Aki Yoshida
1. If it is a cxf's jaxrs service, you can use the cxf-bean component to directly call that service. http://camel.apache.org/cxf-bean-component.html 2. you can just add your headers as Camel headers in the route using setHeader By the way, you don't need to add dev for usage questions. 2015-06-

Re: Apache Camel Routing and Apache CXF Rest with Proxy

2015-06-16 Thread Bhavesh Mistry
Adding Dev group to see how I can achieve this. Thanks, Bhavesh On Mon, Jun 15, 2015 at 2:56 PM, Bhavesh Mistry wrote: > Hi All, > > > > I am new to Apache Camel and trying to solve following problem with > routing: > > > > I have CXF JAX-RS based REST Service implemented and deployed in same

Apache Camel Routing and Apache CXF Rest with Proxy

2015-06-15 Thread Bhavesh Mistry
Hi All, I am new to Apache Camel and trying to solve following problem with routing: I have CXF JAX-RS based REST Service implemented and deployed in same JVM (end-point). I have another set of REST Service that is not within same Java Process it is in (python or any other Process but on s