What would you want to see in a dynamic router eip component spring boot example?

2023-04-06 Thread Steve973
Hello. I am working on beefing up the spring boot example for the dynamic-router-eip component. Since it was introduced in 3.15, I have not had any feedback on it, so I am guessing that it has slipped through the cracks, or people might not realize the very versatile capabilities that it has. Th

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-06 Thread Claudio Miranda
On Thu, Apr 6, 2023 at 12:30 PM mongoosej wrote: > > How can I add Routes use Spring DSL when I use SpringBoot? > In my project, I use SpringBoot not Spring, and I write route use XML not > Java DSL, then I get error when I startup my SpringBoot application: There are several examples using spri

FTPS consumer stops polling

2023-04-06 Thread Petr Kuzel
Hi Camel community, I have a route with a from( FTPS component ). Recently it happened that the FTP server closed connection in middle of polling and on a next attempt PASV failed to open data connection. The route onException(Exception.class) logged two exchanges, two exceptions. It sets han

Camel 3.20.3: Version mismatch for "stax2-api" results in java.lang.NoSuchMethodError 'org.codehaus.stax2.ri.EmptyIterator'

2023-04-06 Thread Speckels, Bert
Problem Description: When creating a simple SOAP endpoint in Apache Karaf with Camel 3.20.3/2 (tested), the following errors occur when retrieving the WSDL: HTTP ERROR 500 java.lang.NoSuchMethodError: 'org.codehaus.stax2.ri.EmptyIterator org.codehaus.stax2.ri.EmptyIterator.getInstance()' Step