Re: https4 protocal is giving org.apache.http.client.ClientProtocolException caused by: null

2016-10-20 Thread Manjanshavali
Hi, I am trying to use CamelHttpUri instead of setting CamelHttpUri header with the below url: https4://xxx.xxx.xx/- ${property[redeem_uri]} application/json application/vnd.api+json java.lang.Exception Note: when i am removing

Re: https4 protocal is giving org.apache.http.client.ClientProtocolException caused by: null

2016-10-19 Thread Tomohisa Igarashi
Can you provide more info so we can replay? A link to the minimal reproducer project would be the best, you would place it on your github or like that. Whole route and full stacktrace would be still helpful. On 10/19/2016 03:07 PM, Manjanshavali wrote: I am setting process: --

https4 protocal is giving org.apache.http.client.ClientProtocolException caused by: null

2016-10-19 Thread Manjanshavali
I am setting process: -- 1)setting property in process method. exchange.setProperty("redeem_uri",value); rote: - 2) using the same property in the below route PATCH ${property[redeem_uri]} -- -- result: --