Re: camel-cxfrs : Urls getting interchanged when CamelDestinationOverrideUrl is used

2018-10-31 Thread Alex Dettinger
Hi Sowjanya, It reminds me CAMEL-12252 . Do you hit the same issue with the last camel version ? If yes, could you please provide a test reproducing the bug ? Links that could be related: https://github.com/apa

camel-cxfrs : Urls getting interchanged when CamelDestinationOverrideUrl is used

2018-10-30 Thread Sowjanya Mudimala
Hi, I have a camel route where I am setting Exchange.DESTINATION_OVERRIDE_URL header to set a dynamic endpoint url to cxfrs producer component. Issue with that is lot of times url from previous exchanges is getting set instead of the freshly calculated url for the current exchange. In order to f