Include jar files using Karavan

2023-09-12 Thread Zmrzlý , Daniel
Hello, I am trying to eliminate a folder full of classes in the Karavan extension. Is there an option to include a jar file and access its Java classes? Regards Daniel

Re: On error repeat

2023-08-29 Thread Zmrzlý , Daniel
> https://github.com/apache/camel-karavan/discussions/871 > > Marat > > On Fri, Aug 25, 2023 at 5:17 AM Zmrzlý, Daniel > wrote: > > > Hi community, > > > > I am wondering if something like on error repeat loop component exists in > > Karavan. If not, i

On error repeat

2023-08-25 Thread Zmrzlý , Daniel
Hi community, I am wondering if something like on error repeat loop component exists in Karavan. If not, is there any way to achieve it? Let's say inside the basic loop component is a log to the database and if sending fails I need to send the same log until the loop reaches max retries or the

Import org.apache.camel

2023-07-06 Thread Zmrzlý , Daniel
Hi, I am using the Karavan extension in Visual Studio Code, so I create projects by right click: create application and then create integration. After that, my root folder contains application.properties and route.yaml files. In the same folder I would like to implement java class with a method

Issue with unmarshalling to class type

2023-06-24 Thread Zmrzlý , Daniel
Hi, I am facing a problem with unmarshalling to the structures generated by jaxb. Please see the problem below https://stackoverflow.com/questions/76547029/unmarshalling-to-class-using-apache-karavan Thanks. Regards Daniel

Unmarshal component - Karavan

2023-05-15 Thread Zmrzlý , Daniel
Hi, I am facing an issue with unmarshalling to class type. Please see the problem below https://stackoverflow.com/questions/76234573/unmarshalling-xml-json-to-class-in-apache-karavan Thanks. Regards Daniel