Could you please raise a JIRA for that ?
Cheers,
Guillaume Nodet
Maxim Surov wrote:
I use the following ones:
<value>http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml
</value>
<value>http://rss.cnn.com/rss/cnn_topstories.rss</value>
They have published date for sure.
Regards,
Maxim
----- Original Message -----
From: "Guillaume Nodet" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, January 10, 2006 5:50 PM
Subject: Re: [servicemix-dev] RssPollingComponent
I do not know much about rss.
Should an entry always have a published date ?
If no, we should handle the problem, if yes, where does the error come
from ?
Any thoughts ?
Guillaume Nodet
Maxim Surov wrote:
Hi all,
I just have launched RssPollingComponent that is provided with ServiceMix
distribution.
I got NullPointerException
if (entry.getPublishedDate().after(getLastPolledDate())) {
result.add(entry);
}
because of entry.getPublishedDate() returns null.
It polls correct rss feeds, etc.
Does anyone know the reason?
Probably I should somehow configure ROMA tools to work with Rss.
Regards,
Maxim