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
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
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
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,