Hi,
is binding intended to work with URI parameters? e.g.:
from("binding:myBinding:cxfrs:bean:rsServer?bindingStyle=SimpleConsumer")
It throws the org.apache.camel.ResolveEndpointFailedException
it seems that org.apache.camel.impl.DefaultComponent validates the
parameters and they are not known
Thanks for the feedback Raul! More inline...
On 21 October 2012 11:58, Raul Kripalani wrote:
> Hi James,
>
> The idea looks nice. I'm just a bit concerned about whether the concept
> steps on the toes of the interceptSendToEndpoint DSL to some extent?
>
> The interceptSTE DSL only triggers at the
Hi James,
The idea looks nice. I'm just a bit concerned about whether the concept
steps on the toes of the interceptSendToEndpoint DSL to some extent?
The interceptSTE DSL only triggers at the dispatch stage, not at the
response, so it doesn't _fully wrap_ it. Perhaps we could extend the
intercep
I should have added a link to some test cases to give you an idea of
how to use them...
Here's an example of using the "binding:nameOfBinding:endpointURI" approach:
http://svn.apache.org/viewvc/camel/trunk/components/camel-jackson/src/test/java/org/apache/camel/component/jackson/JacksonNameBinding