Re: [Resin-interest] all my requested are limited with 3.2.1

2009-03-30 Thread Scott Ferguson
On Mar 28, 2009, at 5:21 PM, Riccardo Cohen wrote: 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

[Resin-interest] all my requested are limited with 3.2.1

2009-03-28 Thread Riccardo Cohen
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