You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/04/02 18:17:34 UTC

[jira] Assigned: (CAMEL-1496) Using request parameters in the feed url will result in ResolveEndpointFailedException for Unknown parameters

     [ https://issues.apache.org/activemq/browse/CAMEL-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-1496:
----------------------------------

    Assignee: Claus Ibsen

> 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, camel-rss
>    Affects Versions: 2.0-M1
>            Reporter: Jeroen Reijn
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>         Attachments: CAMEL-1496.patch.txt
>
>
> 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.