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?
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
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
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("