Using request parameters in the feed url will result in
ResolveEndpointFailedException for Unknown parameters
-------------------------------------------------------------------------------------------------------------
Key: CAMEL-1496
URL: https://issues.apache.org/activemq/browse/CAMEL-1496
Project: Apache Camel
Issue Type: Bug
Components: camel-atom
Affects Versions: 2.0-M1
Reporter: Jeroen Reijn
While configuring a route like:
<route>
<from uri="atom://http://somehost/?feed=1234567"/>
<to uri="seda:feeds"/>
</route>
camel throws an exception with:
Failed to resolve endpoint due to:
org.apache.camel.ResolveEndpointFailedException: There are 1 parameters that
couldn't be set on the endpoint
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.