You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by rwijngaa <ri...@gmail.com> on 2015/08/20 16:55:28 UTC

Create 'to' http endpoint (with arguments) with bean

Hi,

I'm 'calculating' a dynamic http uri / arguments with a bean as below. But,
the http endpoint does not seem to be called (i do not see the Http headers;
i *do* see the getFxAllUrl being called)
When replacing the bean:fxAllHttpUrlBuilder with https:jadajada it is called
again (and i see http headers).
Any ideas?

i'm using a blueprint route with camel 2.15

Regards
Rino






--
View this message in context: http://camel.465427.n5.nabble.com/Create-to-http-endpoint-with-arguments-with-bean-tp5770857.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Create 'to' http endpoint (with arguments) with bean

Posted by James Carman <ja...@carmanconsulting.com>.
Because beans aren't tied to camel and can be tested in isolation.

On Fri, Aug 21, 2015 at 2:38 AM rwijngaa <ri...@gmail.com>
wrote:

> Work-around:
> (works, but why use bean:xxx at all then? could then just replace it with a
> processor ;-)
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Create-to-http-endpoint-with-arguments-with-bean-tp5770857p5770876.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: Create 'to' http endpoint (with arguments) with bean

Posted by rwijngaa <ri...@gmail.com>.
Work-around:
(works, but why use bean:xxx at all then? could then just replace it with a
processor ;-)





--
View this message in context: http://camel.465427.n5.nabble.com/Create-to-http-endpoint-with-arguments-with-bean-tp5770857p5770876.html
Sent from the Camel - Users mailing list archive at Nabble.com.