Re: StackOverflowError when Running a Loop with Splitter & Transaction

2025-06-09 Thread Claus Ibsen
Hi You also created a JIRA. https://issues.apache.org/jira/browse/CAMEL-22147 On Thu, Jun 5, 2025 at 2:03 PM Esmaeili, Soheila wrote: > Hello Camel community, > > I'm encountering a StackOverflowError when running a Camel test that > worked perfectly fine with* the older (unmaintained – 2.x) C

Re: creating route template - java builder vrs java dsl

2025-06-09 Thread Claus Ibsen
Hi We have not heard about this before. Camel 3 is EOL and not supported. You are welcome to try with the latest Camel v4 and see if you can find out if something is still wrong or not. Also mind SB has package scanning so your problem is likely something about SB loading some clases before othe

Re: Memory Leak due to misuse of toD EIP

2025-06-09 Thread Claus Ibsen
Hi This is expected behaviour as toD needs to know the component in use before it can do optimizations. And that is why it works correctly when you start with "http:..." then Camel knows its the http component and can do pre- optimizations. On Fri, May 23, 2025 at 2:17 PM Gabriel Souza < gabriel

Re: A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-06-09 Thread Claus Ibsen
Hi You are welcome to help update the documentation https://camel.apache.org/camel-core/contributing/ The 2nd is not a Camel URI builder, but AMQ having a URI like configuration ala Camel. Maybe we can add a special option on the component to take in AMQ URI as parameter and then it would be in t

Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-09 Thread Andy Gilette
Hi all, I am looking for some advice regarding implementing oauth2 for the http component when authentication with Microsoft authentication servers. Many of our authorisations go through this so I'd prefer a more reusable solution. First up, you might ask why can't I just use the oauth2 parameter

Re: A couple of small problems with the AMQP component and its documentation in Camel 4.10

2025-06-09 Thread Claus Ibsen
Hi To configure the brokerUrl on the component https://issues.apache.org/jira/browse/CAMEL-22161 On Mon, Jun 9, 2025 at 4:10 PM Claus Ibsen wrote: > Hi > > You are welcome to help update the documentation > https://camel.apache.org/camel-core/contributing/ > > The 2nd is not a Camel URI builder

Re: Mail Component: Inline Attachments/Pictures

2025-06-09 Thread Claus Ibsen
Hi Its likely not supported, as Camel is not used to sync email inboxes. But maybe something can be done. You are welcome to create a JIRA and work on an improvement. On Thu, May 8, 2025 at 1:14 PM Shenavai, Manuel wrote: > Hi everyone, > > > > Is there a way to keep proper format of inline att