Re: Camel-JBang - File -> Split -> File

2023-02-02 Thread Chirag
Upgrading to Camel 3.20.1 helped. Thank you. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Feb 2, 2023 at 12:47 AM Claus Ibsen wrote: > > Hi > > Upgrade to Camel 3.20.1 > > On Thu, Feb 2, 2023 at 12:46 AM Chirag wrote: > > > Hello Fellow Camel

Camel - Split and aggregation bug

2023-02-02 Thread Jan Meront
Hello, I’m sending this email again as previously there were some formatting issues. I'm migrating gradually to the newest Camel version. Currently I'm going from the 3.7.3 to 3.11.7 but I checked that this bug happens also on 3.19. Ok, so to the point. When I have pipeline like this: .to(SPLIT

Camel - Split and aggregation bug

2023-02-02 Thread meront
Hello, I'm migrating gradually to the newest Camel version. Currently I'm going from the 3.7.3 to 3.11.7 but I checked that this bug happens also on 3.19. Ok, so to the point. When I have pipeline like this: .to(SPLIT_WORKER_ROUTE_ID, OTHER_ROUTE_ID) it should execute in sequence. But w

Re: Milo Component throws " Skipping validation for certificate"

2023-02-02 Thread Claus Ibsen
Hi Not so much we can help, try upgrading to 3.20.1. I dont know so much about Eclipse Milo. You can also try to reach out to that team. Otherwise there are companies that offer commercial support for Camel and therefore also its components. On Thu, Feb 2, 2023 at 10:17 AM KARTHIK PRABHU N wro

Re: Milo Component throws " Skipping validation for certificate"

2023-02-02 Thread KARTHIK PRABHU N
Hello , 3.18.2 Thanks , Karthik On Wed, 1 Feb, 2023, 9:01 pm Claus Ibsen, wrote: > Hi > > What version of Camel do you use? > > On Wed, Feb 1, 2023 at 12:12 PM KARTHIK PRABHU N < > karthikprabh...@gmail.com> > wrote: > > > Hello All, > > > > Hope you are doing fine! > > > > Milo component wh

Re: CamelBlueprintTestSupport / strange OSGi context

2023-02-02 Thread Grzegorz Grzybek
Hi czw., 2 lut 2023 o 09:16 Ephemeris Lappis napisał(a): > Hello ! > > Thanks a lot for the very detailed explanation. > > FYI, I finally found a rather simple way to trick Liquibase behavior, > excluding it from the activated bundles : > > @Override > protected String getBundleFilter()

Re: CamelBlueprintTestSupport / strange OSGi context

2023-02-02 Thread Ephemeris Lappis
Hello ! Thanks a lot for the very detailed explanation. FYI, I finally found a rather simple way to trick Liquibase behavior, excluding it from the activated bundles : @Override protected String getBundleFilter() { // Avoid executing Liquibase as a bundle and fails after on Frame