Re: Camel 3.0.1 camel-groovy feature install fails

2020-02-25 Thread Jean-Baptiste Onofre
FYI, It’s already changed on Karaf 4.2.9-SNAPSHOT and it will be included in 4.2.9 release. The change has been communicated on the Karaf mailing list. Regards JB > Le 25 févr. 2020 à 22:21, Gerald Kallas a écrit : > > Found the reason. > > org.ops4j.pax.url.mvn.cfg > > This one > > org.o

Re: Camel 3.0.1 camel-groovy feature install fails

2020-02-25 Thread Gerald Kallas
Found the reason. org.ops4j.pax.url.mvn.cfg This one org.ops4j.pax.url.mvn.repositories= \ http://repo1.maven.org/maven2@id=central, \ ... must be changed to org.ops4j.pax.url.mvn.repositories= \ https://repo1.maven.org/maven2@id=central, \ ... > Gerald Kallas hat am 25. Febr

Camel 3.0.1 camel-groovy feature install fails

2020-02-25 Thread Gerald Kallas
I've tried to install the camel-groovy feature but after installing all other stuff that one fails karaf@root()> feature:install camel-groovy Error executing command: Error: Error downloading mvn:org.codehaus.groovy/groovy/2.5.8 Error downloading mvn:org.apache.camel/camel-groovy/

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

Re: Stopping a Route when no more messages meet JMS selector

2020-02-25 Thread Darius Cooper
What if you had a separate timer route that monitored some simple state and suspended the original route? E.g. every time the original route processes an exchange, it could update a "Last Timestamp" A separate timer route would check this timestamp. If it is more than N seconds/minutes in the past,