Re: Oath2 Component?

2021-09-29 Thread Riggy Software
gt; > the moment > > > > > > > > Il mar 28 set 2021, 17:13 Jeremy Ross ha > > > > scritto: > > > > > > > > > I believe some components handle OAuth (somewhat) transparently. > > What's > > > > the &g

Oath2 Component?

2021-09-24 Thread Riggy Software
Hi, Does Camel have Oath2? I can't find any component in release 3. Kind regards, Clark

Re: Build issues Camel-spring-boot-examples

2021-09-22 Thread Riggy Software
After a few build attempts I now get test failures for the jpa project. From: Riggy Software Sent: 22 September 2021 17:00 To: users@camel.apache.org Subject: Build issues Camel-spring-boot-examples Hi, I've just come back to Camel after a couple of years

Build issues Camel-spring-boot-examples

2021-09-22 Thread Riggy Software
Hi, I've just come back to Camel after a couple of years and a lot has changed so I've been updating my dependencies and cloned the camel-spring-boot-examples project to take a look at how things are done now. It is 3.12.0-SNAPSHOT. Unfortunately Maven has some errors. ${jolokia-version}

Re: Workflow UI Editor

2019-02-21 Thread Riggy Software
Like a BPMN for camel routes? That sounds great! Especially if it generated test coverage too. Naseem Get Outlook for Android From: Zoran Regvart Sent: Thursday, February 21, 2019 1:22:43 PM To: users@camel.apache.org Subject: Re:

Re: Waiting for direct consumer

2019-02-14 Thread Riggy Software
at you dont have a consumer for it, and that Camel waits for it. On Thu, Feb 14, 2019 at 7:38 AM Riggy Software mailto:riggy-softw...@hotmail.com>> wrote: Hello, I’m experiencing a strange issue. I’m not too sure what is occurring. I have a spring route component, which is covered by test

Re: Waiting for direct consumer

2019-02-14 Thread Riggy Software
9, Claus Ibsen mailto:claus.ib...@gmail.com>> wrote: Hi Sounds like you have a route that calls direct://StartSqlJobRoute and that you dont have a consumer for it, and that Camel waits for it. On Thu, Feb 14, 2019 at 7:38 AM Riggy Software mailto:riggy-softw...@hotmail.com>> wrote: Hel

Waiting for direct consumer

2019-02-13 Thread Riggy Software
Hello, I’m experiencing a strange issue. I’m not too sure what is occurring. I have a spring route component, which is covered by tests, however I have now added a restConfiguration() and it is causing a direct route to not be consuming. The rest route doesn’t have anything in common with the

Camel split on a Multiconsumer seda route exchange property mix up

2019-01-23 Thread Riggy Software
Hi Guys, I'm having a confusing problem with split aggregate. An exchange comes in from a SEDA endpoint. I then set a property. Then split the body (a list of keys) and use an ArrayListAggregator. After the split-aggregate, I then retrieve the property (which happens to be a map that I use to

Database isolation levels

2019-01-22 Thread Riggy Software
Hello, I wonder, can someone tell me how the devil I can set the transaction isolation level on a transacted route please? I'm used to using spring @transactional so I thought it would be as easy as that, but I can't find any example and the word 'isolation' isn't mentioned in the relevant

Re: Camel Mail issue

2019-01-15 Thread Riggy Software
Okay okay, I found it in the endpoint docs page. Sorry. But it's the last place I looked (with Google) and only after I knew what to search for. Regards, Naseem Get Outlook for Android<https://aka.ms/ghei36> From: Riggy Software Sent: Tuesday, January 15

Camel Mail issue

2019-01-15 Thread Riggy Software
Hi, I'm not sure who to inform about this, but I've just had a bit of a nightmare figuring out where connection problem lied using Camel Mail. I had an Amazon password that had + symbols in it and it turns out that they were getting stripped out by Camel's StringHelper class when getting the

Exception handling by composition

2019-01-09 Thread Riggy Software
Hello, I'm looking for some hints, ideally a clear example if anybody can help. I try to write reusable route components wherever possible, and where I'm having difficulty is with the encapsulation of onException clauses to hide specialist exception classes from my generic route. Something

Re: CXFPayload Elements not set

2019-01-03 Thread Riggy Software
Maybe I should also mention that the body is being created by the SoapJaxbDataFormat.marshal method, and logging of the body shows the soap xml message string to be what I would expect. Regards, Naseem On 3 Jan 2019, at 14:51, Riggy Software mailto:riggy-softw...@hotmail.com>> wrot

CXFPayload Elements not set

2019-01-03 Thread Riggy Software
Hi, I wonder if someone can help me locate a fault I’m having trying to send a PAYLOAD request. The PayLoad elements cannot fit with the message parts of the BindingOperation. Please check the BindingOperation and PayLoadMessage. I have set the operationName and operationNamespace so no