Re: continuationTimeout doesn't work with jetty and ssl

2014-09-16 Thread romainp
Hi, Is anybody has an idea to resolve this issue? -- View this message in context: http://camel.465427.n5.nabble.com/continuationTimeout-doesn-t-work-with-jetty-and-ssl-tp5755913p5756576.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: continuationTimeout doesn't work with jetty and ssl

2014-09-16 Thread Willem Jiang
Hi,  I just check the code of camel-jetty, the continuationTimeout setting has nothing to do with SSL configuration setting.  Can you show us more detail about your camel route and the SSL configuration? BTW, it is import for us to know which version of Camel that you are using. -- Willem

Re: continuationTimeout doesn't work with jetty and ssl

2014-09-16 Thread romainp
I'm using : Camel 2.10.6 with camel-jetty : 2.10.6 on ServiceMix 4.5.2 Here are the configuration of route and ssl : route id=EXT_SERV_FCT_100_login from uri=jetty:https://0.0.0.0:{{https_port}}/service/login?continuationTimeout=5000; / to uri=direct:service_login_post / /route bean

continuationTimeout doesn't work with jetty and ssl

2014-09-01 Thread romainp
I test the continuationTimeout configuration which works well with camel-jetty. But when I set ssl configuration for jetty the parameter stops working. -- View this message in context: http://camel.465427.n5.nabble.com/continuationTimeout-doesn-t-work-with-jetty-and-ssl-tp5755913.html Sent