1. are userid and last_update columns in your table(not bean variable names)? (just making sure...) 2. Does read-ahead false work?
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sundaram > Ramasamy > Sent: Wednesday, November 14, 2001 9:23 AM > To: Frank Morton; [EMAIL PROTECTED] > Subject: [JBoss-user] sorting finer resutl!!!! > > > 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
