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
