Re: Issue with unit or work and toV endpoint when Excetion thrown

2024-03-20 Thread Mikael Andersson Wigander
Here's a repo to use https://github.com/hakuseki/code-with-quarkus /M On Wednesday, March 20th, 2024 at 22:17, Claus Ibsen wrote: > Hi > > Are you able to put together a smaller and simpler example with just routes > (no rest-dsl) that can let us quicker take a look and better understand

schema validation

2024-03-20 Thread Mitch Trachtenberg
Good day all, I'm at a loss as to running schema validation in 4.3.0. I tried (with Gemini's help) adding a file like that below; notice that the ValidatingProcessor is defined in org.apache.camel.support.processor.validation.ValidatingProcessor: import org.apache.camel.CamelContext; import org.

Re: Issue with unit or work and toV endpoint when Excetion thrown

2024-03-20 Thread Claus Ibsen
Hi Are you able to put together a smaller and simpler example with just routes (no rest-dsl) that can let us quicker take a look and better understand what is happening? On Mon, Mar 18, 2024 at 10:04 AM Mikael Andersson Wigander wrote: > Hi > > I have experienced a weird behavior in Camel 4.4.

Announcing the Community Over Code 2024 Streaming Track

2024-03-20 Thread James Hughes
Hi all, Community Over Code , the ASF conference, will be held in Denver, Colorado, October 7-10, 2024. The call for presentations is open now

Svar: Camel Quarkus native missing classes

2024-03-20 Thread Mikael Andersson Wigander
I did what’s stated in the documentation and it is working fine. Just curious why it suddenly tipped over and broke… /M Den 20 mars 2024 kl 13:03, Mikael Andersson Wigander <[mikael.andersson.wigan...@pm.me.INVALID](mailto:Den 20 mars 2024 kl 13:03, Mikael Andersson Wigander < skrev: > I have

Camel Quarkus native missing classes

2024-03-20 Thread Mikael Andersson Wigander
I have an application that is built and run as native. It has been running fine for a while but then I make to me a small insignificant change it breaks. It throws a runtime exception complaining ClassNotFoundException. This class has been there all time and the change I made was made elsewhere.