[VOTE] Release Apache Camel Kamelets 4.0.0-M1

2023-02-28 Thread Andrea Cosentino
Hello all: This is a vote for releasing camel-kamelets 4.0.0-M1 The release it's the first supporting Camel 4.x Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M1 Kamelets staging repository: https://repository.apache.org/content/repositories/orgapacheca

NumberFormatException for property placeholders

2023-02-28 Thread lliame
Hi everyone, I've created proxy in Karaf(4.4.2) using Camel(3.18.3) route and I have this error: 2023-02-28T15:25:50,291 | WARN  | qtp1127554786-541 | 160 - org.apache.cxf.cxf-core - 3.5.3 | PhaseInterceptorChain: Interceptor for {http://mytns.org/ws}MyWebService has thrown exception, unwinding

Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-02-28 Thread Chirag
This is actually two questions in one: I am trying to build YAML to perform an XML Splitter (I was able to build one using XML DSL). Now trying with YAML DSL. Here is YAML that I came up with using Karavan that looks / feels similar to XML DSL. - route: id: route-a6b4 from: uri: fi

Re: Karavan + JBang + YAML DSL ; trying to use xtokenize

2023-02-28 Thread Claus Ibsen
Hi What karavan version do you use? xtokenize only have - mode - group as options so it may seem you use an outdated karavan version, or something? You can try karavan online via https://karavan.space/ And I copied your code and there is no "path" in the UI. Remove that. On Tue, Feb 28, 202