This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Adding an RSS feed (block) to Nukesmalipanchu Apr 25, 2004 7:11 PM (in response to toaka)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.
- 
        2. Re: JBoss-ql in 3.2 vs 3.0roger_cmu Apr 26, 2004 11:26 PM (in response to toaka)I thought 'order by' clause is not supported by ejb-ql in ejb 2.0. I know jboss doesn't strictly adhere to ejb spec. Just double check it. 
 Good luck!
 - Roger
- 
        3. Re: JBoss-ql in 3.2 vs 3.0aloubyansky Apr 27, 2004 2:48 AM (in response to toaka)Yes, there is. 'LIMIT/OFFSET' is not supported by 3.0.x. 
- 
        4. Re: JBoss-ql in 3.2 vs 3.0toaka May 9, 2004 11:41 AM (in response to toaka)Yes. 
 I checked it too .... jbossql 3.0.x doesnt support the syntax of 3.2.x.
 Even the order by clause doesnt works the same in both versions.
 Thanks !
 Best regards,
 Thomas
 
     
     
    