Simple Language

2023-05-24 Thread Michael Rambichler
Hi all, I am struggling with a simple "Simple" Language OGNL use: I would like to replace a String with a regex via simple Please see the following example: .setHeader("result", simple("${header.CamelFileName.replaceAll('^.*.pdf', 'Hello')}")) But it does not work at all. Do I miss something?

Re: Not able to use aggregate with Splitter in Camel Version 3.20.0

2023-05-24 Thread Sahil Upneja
Hi Team , Could you please update on this. The problem I'm facing is My Splitter is working with Aggregate in Java DSL but ot in XML Dsl. The following Java DSL code is working fine as expected @Component public class DataRoute extends RouteBuilder { @Override public void configure() th

AW: Route doesnt get started

2023-05-24 Thread Penagos Jaime
I feel that direct routes wont get started automatically, they would need to get called from another route, like a timer or seda not sure if this helps. Best regards Jaime -Ursprüngliche Nachricht- Von: Reto Peter Gesendet: Mittwoch, 24. Mai 2023 11:11 An: users@camel.apache.org B

Route doesnt get started

2023-05-24 Thread Reto Peter
Hi I have a strange situation with a Route, which is not getting started when it is called by another Route. If the Route is not called by any other Route, it is getting started. Example: from("direct:checkClientSession") .routeId("checkClientSession") .to("log:myLogger?showAll=true") .log("