Re: camel-netty and camel-mina refuse connections unless IP is specified

2011-07-27 Thread Taariq Levack
Ah, that works great, thanks Claus. There's no warning though, I'll take a look why not, doesn't seem to be my logging config. Thanks again. Taariq On Wed, Jul 27, 2011 at 7:00 PM, Claus Ibsen wrote: > Hi > > You should use 0.0.0.0 instead of localhost. I think they even log a > WARN about thi

Re: camel-netty and camel-mina refuse connections unless IP is specified

2011-07-27 Thread Claus Ibsen
Hi You should use 0.0.0.0 instead of localhost. I think they even log a WARN about this. On Wed, Jul 27, 2011 at 6:06 PM, Taariq Levack wrote: > Hi > > This is possibly by design either by camel or by netty/mina, since the > behaviour is consistent between these similar components. > > Neither

camel-netty and camel-mina refuse connections unless IP is specified

2011-07-27 Thread Taariq Levack
Hi This is possibly by design either by camel or by netty/mina, since the behaviour is consistent between these similar components. Neither netty nor mina accept connections from remote network locations. The code works on my machine, but from outside I get 'Connection refused'. If I use a plain