Re: Problem binding multiple params to a bean

2011-08-04 Thread Zbarcea Hadrian
Jason, How is your method defined? Are you using the @Body and @Header annotations? Hadrian On Aug 4, 2011, at 9:00 AM, jason.parr wrote: > > Hi, > > Try as I might I can't bind a value associated with a header onto a bean > reference's second method argument. Null always gets passed to the

Re: Socket-based Asynchronous Calls...

2011-08-06 Thread Zbarcea Hadrian
Hi James, I hope I understand your scenario correctly. Here are a few thoughts. I assume want to use camel-netty [1] to send messages to your sever (if you have your own code that does that, you can use it too, but you'd have to write your own Processor or Component). Iiuic, your scenario is co