Unable to set Content-Type HTTP header to custom value

2021-06-30 Thread Calle Andersson
Hi, I’m migrating some Camel projects from Camel 2.17 to 3.4. I have a Camel REST DSL based route in which I try to manually set the ”Content-Type” HTTP header of the response. However, no matter what values I try to set in the route, the only values shown in the responses are either ”appl

Re: Quartz: Set trigger misfire instruction

2021-06-30 Thread shiva kumar g.v
Any help please. Thanks, Shiva On Tue, 29 Jun 2021, 4:18 p.m. shiva kumar g.v, wrote: > Hi Claus, > > Camel version=3.8.0 > > Issue faced: when ever i restart my springboot jar i get below message in > log and Quartz scheduler immidiately trigger job. > > I want to stop this behaviour and allo

Re: Camel 3.10 camel-sjms2 transactions will do not work with onCompletion defined.

2021-06-30 Thread Zheng Feng
I found the root cause is related to TransactionOnCompletion which has not been added. It seems like a bug with its equal() method. I will send a PR to fix it. On Thu, Jul 1, 2021 at 12:00 AM Nick Paul wrote: > https://issues.apache.org/jira/browse/CAMEL-16772 has been submitted. > > > Nick > P

Re: Camel 3.10 camel-sjms2 transactions will do not work with onCompletion defined.

2021-06-30 Thread Zheng Feng
Thanks Nick for reporting this issue and I will take a look. On Thu, Jul 1, 2021 at 12:00 AM Nick Paul wrote: > https://issues.apache.org/jira/browse/CAMEL-16772 has been submitted. > > > Nick > Paul > > > On Wed, Jun 30, 2021 at 1:47 AM Claus Ibsen wrote: > > > Hi > > > > Yes this is a strange

Re: Camel 3.10 camel-sjms2 transactions will do not work with onCompletion defined.

2021-06-30 Thread Nick Paul
https://issues.apache.org/jira/browse/CAMEL-16772 has been submitted. Nick Paul On Wed, Jun 30, 2021 at 1:47 AM Claus Ibsen wrote: > Hi > > Yes this is a strange bug. You are welcome to create a JIRA ticket. > > On Tue, Jun 29, 2021 at 5:01 PM Nick Paul > wrote: > > > > I've tried with 3.11.

Re: Camel 3.10 camel-sjms2 transactions will do not work with onCompletion defined.

2021-06-30 Thread Claus Ibsen
Hi Yes this is a strange bug. You are welcome to create a JIRA ticket. On Tue, Jun 29, 2021 at 5:01 PM Nick Paul wrote: > > I've tried with 3.11.0 and it's still not working. I've also > updated/uploaded my testing route to github if you want to take a look. > https://github.com/NickPaul41/camel