Bug 567636 - regression: dashboard RSS feeds are invalid - "channel" XML element accidentally renamed to "bundle"
Summary: regression: dashboard RSS feeds are invalid - "channel" XML element accidenta...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 3.0.0
Hardware: All
OS: All
low
medium
Target Milestone: ---
: ---
Assignee: Ian Springer
QA Contact: Corey Welton
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-23 14:19 UTC by Ian Springer
Modified: 2013-08-06 00:36 UTC (History)
2 users (show)

Fixed In Version: 2.4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-12 16:45:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian Springer 2010-02-23 14:19:40 UTC
The feeds look like this:

<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="ht
tp://purl.org/rss/1.0/modules/content/">
   <repo>
      <title>Favorite Resources</title>
      <link>http://localhost:7080</link>
      <description>RHQ Dashboard Favorite Resources</description>
      <language>en-us</language>
      <pubDate>Tue, 23 Feb 2010 08:56:57 EST</pubDate>

      <lastBuildDate>Tue, 23 Feb 2010 08:56:57 EST</lastBuildDate>
      <docs>https://network.jboss.com/confluence/display/DOC/Users+Guide</docs>
      <generator>About RHQ</generator>
      <managingEditor>sales</managingEditor>
      <webMaster>info</webMaster>
    
      <item>
         <title>jetengine</title>
         <link><![CDATA[http://localhost:7080/rhq/resource/summary/overview.xhtm
l?id=10001]]></link>
         <description><![CDATA[<table><tr><td align="left">Resource Type: Linux<
/td></tr><tr><td align="left">Current Availability: UP</td></tr><tr><td align="l
eft">Number of Alerts: 0</td></tr></table>]]></description>
         <pubDate>Tue, 23 Feb 2010 08:56:57 EST</pubDate>
         <guid><![CDATA[http://localhost:7080/rhq/resource/summary/overview.xhtm
l?id=10001#1266933417178]]></guid>
      </item>
    
   </repo>
</rss>

Notice the "repo" element. They should instead look like this:

<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="ht
tp://purl.org/rss/1.0/modules/content/">
   <channel>
      <title>Favorite Resources</title>
      <link>http://localhost:7080</link>
      <description>RHQ Dashboard Favorite Resources</description>
      <language>en-us</language>
      <pubDate>Tue, 23 Feb 2010 08:56:57 EST</pubDate>

      <lastBuildDate>Tue, 23 Feb 2010 08:56:57 EST</lastBuildDate>
      <docs>https://network.jboss.com/confluence/display/DOC/Users+Guide</docs>
      <generator>About RHQ</generator>
      <managingEditor>sales</managingEditor>
      <webMaster>info</webMaster>
    
      <item>
         <title>jetengine</title>
         <link><![CDATA[http://localhost:7080/rhq/resource/summary/overview.xhtm
l?id=10001]]></link>
         <description><![CDATA[<table><tr><td align="left">Resource Type: Linux<
/td></tr><tr><td align="left">Current Availability: UP</td></tr><tr><td align="l
eft">Number of Alerts: 0</td></tr></table>]]></description>
         <pubDate>Tue, 23 Feb 2010 08:56:57 EST</pubDate>
         <guid><![CDATA[http://localhost:7080/rhq/resource/summary/overview.xhtm
l?id=10001#1266933417178]]></guid>
      </item>
    
   </channel>
</rss>

Comment 1 Ian Springer 2010-02-23 14:24:33 UTC
Fixed in master branch, rev b3c691d.

Comment 2 Corey Welton 2010-03-25 02:21:15 UTC
QA Verified, the feeds now look correct.

Comment 3 Corey Welton 2010-08-12 16:45:25 UTC
Mass-closure of verified bugs against JON.


Note You need to log in before you can comment on or make changes to this bug.