On Mon, Nov 23, 2009 at 12:29 PM, Ian de Beer <[email protected]> wrote:
> > The oracle error is only there if you use the whole url - you must remove > the > parameters that are consumed by the camel component i.e. > sortEntries=true&consumer.initialDelay=9000 > You should then get the feed in your browser if you use: > > http://www.iafrica.com/pls/cms/grapevine.xml?p_section=weather&p_city=cape%20town > > Regards > Ian > > Yup, see that. Looks like it's RSS & Atom, have you tried the camel-atom component to see if that parses the feed better? The NullPointerException you're seeing is definitely an issue, the code really could use some checking in here. I'll log a Jira for ya. > > Stan Lewis-3 wrote: > > > > If I go to the URL that you're using I don't see an RSS feed but instead > > see > > what looks like an Oracle error. Did you check and make sure that the > URL > > you're using is producing a valid RSS feed? > > > > > > -- > View this message in context: > http://old.nabble.com/RSS-Parameters-%28again%29-tp26480383p26482500.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >
