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

2023-03-02 Thread Claus Ibsen
Hi Thanks for reporting so this morning I fixed the bug and it works in upcoming releases. On Thu, Mar 2, 2023 at 4:41 PM Chirag wrote: > JIRA Logged. > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19111 > > ચિરાગ/चिराग/Chirag > -- > Sent

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

2023-03-02 Thread Chirag
JIRA Logged. https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19111 ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Mar 2, 2023 at 9:33 AM Chirag wrote: > > Thanks Claus. > > with expression containing //Batchmaster, It does not seem to

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

2023-03-02 Thread Chirag
Thanks Claus. with expression containing //Batchmaster, It does not seem to like xtokenize 2023-03-02 09:29:03.391 INFO 18204 --- [ main] org.apache.camel.main.MainSupport : Apache Camel (JBang) 3.20.2 is starting 2023-03-02 09:29:03.572 INFO 18204 --- [ main] org.apache.c

AW: ConsumerTemplate waiting indefinitely for Response

2023-03-02 Thread Penagos Jaime
I solved it. I think I was trying to overkill it using a dynamic file component, I did read the content oft he file using Java functions and then set the body to the new read string. That way I think I can spare some resources on the camel side 😊 Thanks for all the advice! Have a great day --

Re: ConsumerTemplate waiting indefinitely for Response

2023-03-02 Thread Claus Ibsen
Hi To read a file you can just return a java.io.File object pointing to the file, or a FileInputStream etc from the processor. On Thu, Mar 2, 2023 at 8:59 AM Penagos Jaime < jaime.pena...@ub.uni-muenchen.de> wrote: > Hello, > > I tried using that one, but it would not return the body of the file