RE: Problem with ssh under camel 2.19.0

2017-07-17 Thread Thibault, Daniel
yields in part this warning message: [sshd-SshClient[5be46f9d]-nio2-thread-1] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at /: presented unverified EC key: ac:...:6a Is there any way to get rid of this? I'd have expected a known_hosts option for camel-ssh,

Problem with ssh under camel 2.19.0

2017-07-13 Thread Thibault, Daniel
Loader.java:357) ... 36 more Why is Camel looking for org.apache.sshd.common.KeyPairProvider? This used to exist in sshd-core until 0.14.0, but the KeyPairProvider class moved to org.apache.sshd.common.keyprovider.KeyPairProvider with version 1.0.0 and is still there in the current version, 1.

Re: Camel-configuration

2013-05-22 Thread Thibault Cassan
Is this link sufficient then ? http://camel.apache.org/walk-through-an-example.html 2013/5/22 milan777 > Thanks clause.but there is not sufficient and simple information i need > steps for configurating camel into eclipse.. it would be better if u will > write simple steps or simple code fi

Re: HL7 v3

2013-05-22 Thread Thibault Cassan
e hl7 component (to be able to handle it easily, without having too much work to do myself ^^) Regards, Thibault 2013/5/22 Hadrian Zbarcea > It v2 indeed. HL7 v3 is xml, therefore there are quite a few ways to deal > with it in Camel. There are no pojos though modeling rim v3 and no &

Doc about camel, cxf and WS-Discovery

2013-03-21 Thread Thibault Cassan
have them start advertising the services, but was wondering if there was a better solution somewhere. I use servicemix 4.5, and so camel 2.10.3 Thanks, Thibault

Re: Enrich with data from SQL

2013-03-07 Thread Thibault Cassan
Hi Claus, I am no specialist, but in your case, it would seem the enrichment will happen only on the first line of the csv, isn't it ? >From what I understood, Jean-François, would want to enrich each line, with the same data incoming from his database. What if he synchronizes two routes ? A first

Re: NoSuchProviderException: imap while using simple route on Camel 2.10.2 and Karaf 2.2.9

2013-01-24 Thread Thibault Cassan
13 at 9:44 AM, Thibault Cassan > wrote: > > Yes, that was it, problem solved! > > Sorry, it seems I didn't read enough the camel release note... > > Thanks for having answered this quickly. > > > > Karaf 2.3.x onwards don't require this anymore. > >

Re: NoSuchProviderException: imap while using simple route on Camel 2.10.2 and Karaf 2.2.9

2013-01-24 Thread Thibault Cassan
Yes, that was it, problem solved! Sorry, it seems I didn't read enough the camel release note... Thanks for having answered this quickly. Regards, Thibault Le 24 janv. 2013 09:26, "Claus Ibsen" a écrit : > On Thu, Jan 24, 2013 at 9:21 AM, Thibault Cassan > wrote: > &

Re: NoSuchProviderException: imap while using simple route on Camel 2.10.2 and Karaf 2.2.9

2013-01-24 Thread Thibault Cassan
Yes, I tried to restart Karaf after installing all features. I also tried restarting after each feature install. Each time I get the same error. Le 24 janv. 2013 09:18, "Claus Ibsen" a écrit : > On Thu, Jan 24, 2013 at 8:13 AM, Thibault Cassan > wrote: > > Christian, >

Re: NoSuchProviderException: imap while using simple route on Camel 2.10.2 and Karaf 2.2.9

2013-01-23 Thread Thibault Cassan
Christian, I am using Oracle's JDK. Regards, Thibault 2013/1/24 Christian Müller > Which JDK do you use (Oracle, IBM, OpenJDK, ...)? > > Best, > Christian > > Sent from a mobile device > Am 24.01.2013 07:37 schrieb "Thibault Cassan" : > > > Hi

Re: camel xslt 2.0 support

2012-06-22 Thread Thibault
Are you sure the prolog indicates that a XSLT 1.0 transform was done ? I always thought this one was the prolog for the XML version, not for the transform applied... In my case, all my xslt 2.0 transform generates xml version 1.0. 2012/6/21 weather99 [via Camel] > Despite installing servicem

Re: camel-cxf: Path [myService] does not match any context

2012-06-20 Thread Thibault
vior of my service is different. Thank you anyway for your answer, I will continue searching what can produce this weird behavior. Thibault 2012/6/20 Thibault Cassan > Indeed, the client is written in C#, but it is not mine, I do not have the > possibility to modify this code. > > Do you

Re: camel-cxf: Path [myService] does not match any context

2012-06-19 Thread Thibault
, but you can give the > servlet transport a try. > > [1]http://wiki.eclipse.org/Jetty/Feature/1xx_Responses > > > On Tue Jun 19 22:11:30 2012, Thibault wrote: > > > Hi all, > > > > I expose a CXF web service endpoint using this kind configuration: > > htt

camel-cxf: Path [myService] does not match any context

2012-06-19 Thread Thibault
e the cause of the previous error message ? Thx in advance, Thibault -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-Path-myService-does-not-match-any-context-tp5714680.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: receiving raw byte messages over TCP

2012-05-16 Thread Thibault
I had this kind of things to do (raw bytes incoming on a TCP connector, not text based). In order to "parse" those data, I implemented my own Mina ProtocolCodecFactory, that calls my own ProtocolDecoder. You have then to add "codec=#YourCodec" to your camel route to tell Mina to use your codec inst

Custom component with existing scheme

2012-04-13 Thread Thibault
imaps, smtp, ... How can I be sure that at runtime, Auto-Discovery process will call my custom component instead of Apache Camel one for a given imap uri? Thanks, Thibault -- View this message in context: http://camel.465427.n5.nabble.com/Custom-component-with-existing-scheme-tp5637644p5637644

Re: Choice() When() always generate empty predicate

2012-03-19 Thread Thibault
Hi, This solution works perfectly. Thanks you very much. Regards, Thibault 2012/3/16 Marco Westermann [via Camel] < ml-node+s465427n5571617...@n5.nabble.com> > Hi, you may try building the predicat by simple language: > > .when(simple("${property.input.format} == 'tes

Re: Choice() When() always generate empty predicate

2012-03-19 Thread Thibault
Hi, Seems that I use the version 2011.02 of the servicemix-camel component. Since I don't see any newer version (or I don't know how to get them), I will try to use a simple expression, like said in another answer. Regards, Thibault 2012/3/16 Claus Ibsen-2 [via Camel] < ml-node+s4

Choice() When() always generate empty predicate

2012-03-16 Thread Thibault
gt; > > (...) > > > (...) > Why doesn't the predicate on the property "input.format" appear in the route ? Did I write something wrong ? Regards, Thibault -- View this message in context: http://camel.465427.n5.nabble.com/Choice-When-always-generate-empty-predicate-tp5571443p5571443.html Sent from the Camel - Users mailing list archive at Nabble.com.