Re: Using shared Netty configuration with Rest DSL

2015-07-31 Thread arnaudeprez
a new issue for that. Rgds, A. -- View this message in context: http://camel.465427.n5.nabble.com/Using-shared-Netty-configuration-with-Rest-DSL-tp5767400p5770147.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using shared Netty configuration with Rest DSL

2015-05-26 Thread Claus Ibsen
Hi Ah maybe there is a glitch configuring those on the component level? You are welcome to log a JIRA so we wont forget. On the component level makes it configurable once for end users, when they eg use it with regular Camel routes, and not as much the rest-dsl. On Fri, May 22, 2015 at 2:47

Re: Using shared Netty configuration with Rest DSL

2015-05-26 Thread Claus Ibsen
Hi componentProperty is for setting options on the component level. It becomes clearer in the future when the component docs is auto generated based on the source code, so all options is listed and up to date. Today its a manual process in wiki for the docs. On Tue, May 26, 2015 at 2:34 PM,

Re: Using shared Netty configuration with Rest DSL

2015-05-22 Thread Willem Jiang
You can setup the endpoint property just like this restConfiguration component=netty4-http” camel:componentProperty key=“configuration value=#configuration/  camel:endpointProperty key=“nettySharedHttpServer value=#sharedNettyHttpServer/ camel:endpointProperty key=“securityConfiguration

Re: Using shared Netty configuration with Rest DSL

2015-05-22 Thread Alex Soto
It is working now. Thanks! Best regards, Alex soto On May 22, 2015, at 3:53 AM, Willem Jiang willem.ji...@gmail.com wrote: You can setup the endpoint property just like this restConfiguration component=netty4-http” camel:componentProperty key=“configuration value=#configuration/

Using shared Netty configuration with Rest DSL

2015-05-21 Thread Alex Soto
I would like to reuse the same Netty Service that is configured outside of the Rest DSL. For example I have the Netty and SSL configuration: camel:sslContextParameters id=sslParams camel:keyManagers keyPassword=changeit camel:keyStore resource={{env:HOME}}/localhost.jks password=changeit