Hello I have a problem with all my ejb requests in resin pro 3.2.1 When I execute this :
Query hqr=m_manager.createQuery("select h from Adluser h order by h.id"); hqr.setFirstResult(numstart); hqr.setMaxResults(numcnt); I have the good result (starts at numstart, and get numcnt items) But when I do not set the limits : Query hqr=m_manager.createQuery("select h from Adluser h order by h.id"); I have only 32 results whatever you have in the database. This appeared only from 3,2,1 because I do not have this problem with 3.2.0. Am I doing something wrong ? Thanks for any help. PS: I went to 3.2.1 because I had problems with scheduled-task in 3,2.0 -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 _______________________________________________ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest