Gang, still NO response on my question.

Some additional info-
Here is my jaws.xml file
<jaws>
  <datasource>rfsrvdev</datasource>
  <type-mapping>MS SQLSERVER</type-mapping>
  <enterprise-beans>
    <entity>
      <ejb-name>Facility</ejb-name>
      <table-name>facility</table-name>
      <create-table>false</create-table>
      <finder>
        <name>findTicketsFacility</name>
        <query>fac_num &lt; {0}</query>
        <order>fac_num</order>
      </finder>
    </entity>
  </enterprise-beans>
</jaws>

Everything works fine with the above config.
As soon as I change the
        <order>fac_num</order>
to
        <order>fac_num DESC</order>
things break.

It seems that I may be missing something for getting data in DESC order !

> -----Original Message-----
> From: Dave, Pragnesh 
> Sent: Wednesday, May 23, 2001 11:18 AM
> To:   '[EMAIL PROTECTED]'
> Subject:      CMP OrderBy DESC problem
> 
> Greetings !
> 
> Gang, I have developed a CMP under Jboss 2.0 final and I have run into a
> issue.
> I am able to order a field using <order>field</order>, but when I try to
> set a desc order it fails when I do <order>field DESC</order>.
> 
> Any ideas ?
> 
> Regards,
> Pragnesh Dave

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to