AW: Forwarding PDF files to HTTP endpoint gives TypeConversionException

2024-11-25 Thread Penagos Jaime
Hello, yeah, my bad. My actual code looks like this: - from("file:appdata" + "?" + "antInclude=*/*.pdf" + "&" + "maxDepth=2" // to explore the main directory and all subfol

Re: Unexpected behaviour with Rest inlineRoutes

2024-11-25 Thread Claus Ibsen
Hi This is expected, the direct:start route gets inlined into rest-dsl and is not an independent route, you can call from elsewhere. On Thu, Nov 21, 2024 at 10:51 AM Remco Schoen wrote: > We were doing some testing now Quarkus 3.15.2 has been released with the > Camel LTS version 4.8.1 and we

Re: Forwarding PDF files to HTTP endpoint gives TypeConversionException

2024-11-25 Thread Jeremy Ross
I don’t see why that exception would be thrown, from the example you provided. But the example you provided is just from the docs. So, if you could share more of your actual route/processor, it would be easier to help. On Nov 25, 2024 at 2:05:38 PM, Penagos Jaime < jaime.pena...@ub.uni-muenchen.d

Forwarding PDF files to HTTP endpoint gives TypeConversionException

2024-11-25 Thread Penagos Jaime
Hey everyone, I've been working with the Apache Camel PDF Component and my idea is to forward the content to another endpoint, that it is supposed to send it to another API through the HTTP component. So, I've been trying to use a File component that sends the PDFs to the other direct: route,