Thanks!,

Here it goes:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |     <mbean code="org.jboss.nukes.addons.modules.rss.RSSModule" 
  |             name="nukes.modules:name=rss" 
  |             xmbean-dd="" 
  |             xmbean-code="org.jboss.nukes.component.NukesMBean">
  |             <depends>nukes.modules:name=core</depends>
  |       <constructor>
  |          <arg type="boolean" value="true"/>
  |       </constructor>
  |             <xmbean>
  |                     <attribute name="Security">
  |                             <security>
  |                <permission group="Admins" pattern="::" level="ADMIN"/>
  |                             </security>
  |                     </attribute>
  |             </xmbean>
  |     </mbean>
  |     <mbean code="org.jboss.nukes.addons.modules.rss.blocks.RSSBlock" 
  |             name="nukes.blocks:name=rss,feed=sf.net" 
  |             xmbean-dd="" 
  |             xmbean-code="org.jboss.nukes.component.NukesMBean">
  |             <depends>nukes.modules:name=core</depends>
  |             <xmbean>
  |          <constructor>
  |             <arg type="boolean" value="true"/>
  |          </constructor>
  |                     <attribute name="Title">SourceForge</attribute>
  |                     <attribute name="Side">2</attribute>
  |                     <attribute name="Weight">3</attribute>
  |                     <attribute name="FeedURL" description="set the RSS feed 
URL">http://sourceforge.net/export/rss2_sfnews.php?feed</attribute>
  |          <attribute name="Security">
  |             <security>
  |                <permission group="Admins" pattern="::" level="ADMIN"/>
  |             </security>
  |          </attribute>
  |             </xmbean>
  |     </mbean>
  | 
  | 
  | <!-- Additional RSS block starts here -->
  | 
  | 
  | 
  |         <mbean code="org.jboss.nukes.addons.modules.rss.blocks.RSSBlock" 
  |             name="nukes.blocks:name=rss,feed=slashdot.org" 
  |             xmbean-dd="" 
  |             xmbean-code="org.jboss.nukes.component.NukesMBean">
  |             <depends>nukes.modules:name=core</depends>
  |             <xmbean>
  |          <constructor>
  |             <arg type="boolean" value="true"/>
  |          </constructor>
  |                     <attribute name="Title">Slashdot</attribute>
  |                     <attribute name="Side">2</attribute>
  |                     <attribute name="Weight">4</attribute>
  |                     <attribute name="FeedURL" description="set the RSS feed 
URL">http://slashdot.org/index.rss</attribute>
  |          <attribute name="Security">
  |             <security>
  |                <permission group="Admins" pattern="::" level="ADMIN"/>
  |             </security>
  |          </attribute>
  |             </xmbean>
  |     </mbean>
  | 
  | 
  | </server>
  | 
  | 
  | 
  | 

Please advise what am I doing wrong...  (I am sure is something obvious enough)

Thanks and regards,

Antonio.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827611#3827611";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827611>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to