There's a bug in versions from about 2.4 to 2.4.3 that causes this to 
not work. The workaround is simply to call the finder something other 
than findAll. Fix is in for version 2.4.4

-danch

Sundaram Ramasamy wrote:

> Hi,
> 
> I want to sort the findAll result by userid and last_update field. I defined
> my jaws.xml file like this.
> 
> <finder>
> <name>findAll</name>
> <query> 1=1 </query>
> <order>userid, last_update</order>
> <read-ahead>true</read-ahead>
> </finder>
> 
> But this is not returning the sorted result.
> 
> Any help on this???
> 
> -SR
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



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

Reply via email to