camel-jetty and jetty version 9.4.7.v20170914

2017-10-23 Thread Greg Ludington
Camel jetty producer routes are not starting after updating to Spring Boot 1.5.8, which includes jetty version 9.4.7.v20170914 To test: in master's camel-jetty pom.xml, set this line: 9.3.21.v20170918 to 9.4.7.v20170914 and the context fails to initialize with org.apache.camel.RuntimeCamelExcep

Re: camel-jetty and jetty version 9.4.7.v20170914

2017-10-24 Thread Greg Ludington
My apologies; I am talking about consumers, not producers. Sent from my iPhone > On Oct 23, 2017, at 11:12 PM, Claus Ibsen wrote: > > Hi > > Jetty producer (not the consumer) is deprecated, do not use that, and > migrate to use something else. > >> On Mon, Oct

Classloaders and ScriptBuilder

2018-02-19 Thread Greg Ludington
Is there a means to have camel's script builder look at other classloaders besides the one in which ScriptBuilder was loaded? We have a scenario with a core camel container, into which people deploy their own applications in private classloaders. (As part of the tooling, camel-script is part of t

Re: Classloaders and ScriptBuilder

2018-02-19 Thread Greg Ludington
at 8:18 PM, Greg Ludington wrote: > Is there a means to have camel's script builder look at other classloaders > besides the one in which ScriptBuilder was loaded? We have a scenario with > a core camel container, into which people deploy their own applications in > private classl

camel toD and https4 in 2.22.1

2018-11-06 Thread Greg Ludington
We have some xml-based flows that use toD and the http4s component, such as the following: Prior to the 2.22 series, this worked. I saw a stack overflow thread that said an issue was introduced in 2.22.0, but addressed in 2.22.1; however, with 2.22.1, we still see: org.apache.camel.ResolveEndp

Re: camel toD and https4 in 2.22.1

2018-11-13 Thread Greg Ludington
To report back -- my use case works in 2.22.2 Thank you On Wed, Nov 7, 2018 at 1:58 AM Claus Ibsen wrote: > Hi > > Can you try with 2.22.2 when its released soon. And if its still a bug > then log a JIRA ticket > On Tue, Nov 6, 2018 at 9:29 PM Greg Ludington > wrote: > &

camel toD and dynamic properties in 2.22.x

2019-02-01 Thread Greg Ludington
We are attempting to update to 2.22.2, and have a problem with dynamic URLs, specifically those involving sslContextParameters. To use an example, a flow would have this: Prior to the 2.22 series, this would work. In 2.22, however, the sslContextParameters are not added to the call, resulting

Re: camel toD and dynamic properties in 2.22.x

2019-02-10 Thread Greg Ludington
Confirmed - we cannot go up to 2.23. yet, but confirmed it does work on 2.22.3. Thanks, Greg On Tue, Feb 5, 2019 at 9:36 PM Claus Ibsen wrote: > Try with 2.22.3 or 2.23.1 release > > On Fri, Feb 1, 2019 at 7:09 PM Greg Ludington > wrote: > > > > We are attempting to up

Camel-ssh authentication

2020-02-25 Thread Greg Ludington
Using camel 2.22.3, I have a camel route that at one point executes the following: It errors with: 2020-02-25 21:07:46.125 WARN 8292 --- [MAIN] []-nio2-thread-4] o.a.s.client.session.ClientSessionImpl : exceptionCaught(ClientSessionImpl[user@host/xx.xx.xx.xx:22])[state=Opened] Un