Re: Camel-ahc-ws netty runtime problems

2016-10-31 Thread Andrea Cosentino
ys to configure it's port behavior beyond the initial connection. -Original Message- From: Jim Pirkle [mailto:jim.pir...@gmail.com] Sent: Sunday, October 30, 2016 9:55 AM To: users@camel.apache.org Subject: Re: Camel-ahc-ws netty runtime problems I tried the 2.18.0 state packages,

RE: Camel-ahc-ws netty runtime problems

2016-10-30 Thread Ingram, Stuart
...@gmail.com] Sent: Sunday, October 30, 2016 9:55 AM To: users@camel.apache.org Subject: Re: Camel-ahc-ws netty runtime problems I tried the 2.18.0 state packages, but had compile errors. Decided to wait for 2.18.1 before trying to resolve problems On Fri, Oct 28, 2016, 8:55 PM Ingram, Stuart <in

Re: Camel-ahc-ws netty runtime problems

2016-10-30 Thread Jim Pirkle
0.15.jar:na] > at > org.asynchttpclient.netty.NettyResponseFuture.getContent(NettyResponseFuture.java:188) > ~[async-http-client-2.0.15.jar:na] > at > org.asynchttpclient.netty.NettyResponseFuture.done(NettyResponseFuture.java:223) > ~[async-http-client-2.0.15.jar:n

RE: Camel-ahc-ws netty runtime problems

2016-10-28 Thread Ingram, Stuart
common frames omitted -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, October 28, 2016 3:20 AM To: users@camel.apache.org Subject: Re: Camel-ahc-ws netty runtime problems When using Spring Boot and Camel 2.18 onwards you should use the -starter components

Re: Camel-ahc-ws netty runtime problems

2016-10-28 Thread Claus Ibsen
When using Spring Boot and Camel 2.18 onwards you should use the -starter components, eg camel-ahc-ws-starter and so on. On Tue, Oct 25, 2016 at 8:21 PM, Ingram, Stuart wrote: > Using the following dependencies > > compile('org.apache.camel:camel-jackson:2.18.0') >

Re: Camel-ahc-ws netty runtime problems

2016-10-27 Thread Stuart
Simplifying the route and removing multicast() & Pipeline() properties results in no change. Excluding the camel-ahc-ws netty dependencies and including them explicitly in the build.gradle file also results in a runtime exception. This was tested with netty-all.4.1.5.Final and