Further reading on the camel component revealed that it was the ROME library
it used.  I substituted the existing route code and found that when I make
the call(See below) in the bean I actually get 10 entries and not 1, like
before! Is it me driving the camel component incorrectly, is there a bug in
the camel component or is it the version of ROME? Although, looking at the
rome version it hasnt changed since 2009! So it cant be that.

        URL feedUrl = new
URL("https://news.google.com/news/section?ned=uk&topic=b&output=rss";);
        SyndFeedInput input = new SyndFeedInput();
        SyndFeed feed = input.build(new XmlReader(feedUrl));



--
View this message in context: 
http://camel.465427.n5.nabble.com/RSS-component-entries-issue-tp5785007p5785034.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to