Re: interceptFrom and interceptSendToEndpoint not working

2017-07-17 Thread Claus Ibsen
Mind that the query parameters is sorted a..z by Camel, so if you have more than one parameter then set your wildcard accordingly, or use a regular expression syntax instead, which is also possible. http://camel.apache.org/intercept On Mon, Jul 17, 2017 at 4:47 AM, laiyhman wrote: > Hi, > > The

Re: getResourceAsStream in OSGi bundle not working with Camel 2.19

2017-07-17 Thread rsteppac2
rsteppac2 wrote > What I could do, I guess, is to wrap the library's factory code in my own > and set the context classloader of the current thread to the application > context class loader before delegating to the actual factory. This worked. Though instead of the application classloader I used t

RE: Problem with ssh under camel 2.19.0

2017-07-17 Thread Thibault, Daniel
-Message d'origine- De : Claus Ibsen [mailto:claus.ib...@gmail.com] Envoyé : 16 juillet 2017 03:16 À : users@camel.apache.org > > You should use the versions of the JARs that Apache Camel is built with. > > When you use Maven you get this "for free" here is what camel-ssh has a > dependen

Re: SFTP list of files

2017-07-17 Thread rwoolf
When you say "build your own java code that uses the ftp client to do your own ftp login and listing" I'm a little unclear on what you mean. Is there a way for me to use the ftp component to help me with logging into the FTP (actually an SFTP) site? I'm thinking that this approach is what I will

https4

2017-07-17 Thread Ryan T
I'm trying to connect to devices that have https enabled but you connect to an ip address and no valid certificates. How can I allow all certificates using http4 endpoint? Getting error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found