Bug 567636

Summary: regression: dashboard RSS feeds are invalid - "channel" XML element accidentally renamed to "bundle"
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: Core UIAssignee: Ian Springer <ian.springer>
Status: CLOSED CURRENTRELEASE QA Contact: Corey Welton <cwelton>
Severity: medium Docs Contact:
Priority: low    
Version: 3.0.0CC: ccrouch, cwelton
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: 2.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-12 16:45:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.