On 22/09/2007, Martin Novák <[EMAIL PROTECTED]> wrote:
> In the class CamelTemplate shouldn't this:
>
> public E send(String endpointUri, E exchange) {
>          Endpoint endpoint = resolveMandatoryEndpoint(endpointUri);
>          send(endpoint, exchange);
>          return exchange;
>      }
>
> be:
>
> public E send(String endpointUri, E exchange) {
>          Endpoint endpoint = resolveMandatoryEndpoint(endpointUri);
>          E retExchange send(endpoint, exchange);
>          return retExchange;
> }
>
> ???


Great catch! Patch applied with thanks!

-- 
James
-------
http://macstrac.blogspot.com/

Open Source SOA
http://open.iona.com
  • Is this bug? Martin Novák
    • Re: Is this bug? James Strachan

Reply via email to