Re: [Resin-interest] strange behavior of setMaxResults

2008-07-09 Thread Riccardo Cohen
Hi I checked on 07/07 snapshot and the behaviour is conform now. But there is still a bug in the couple setFirstResult() and setMaxResults(). I have a small sample where I can select first item and count. The count is set to 20. When I set first = 0 I have 25 items returned. Same until 5. When

Re: [Resin-interest] strange behavior of setMaxResults

2008-06-25 Thread Riccardo Cohen
Thanks a lot. Would it be possible to have also in the next snapshot the correction about date serialization between java and flex (0002636) ? Scott Ferguson wrote: On Jun 18, 2008, at 1:47 PM, Riccardo Cohen wrote: Hi I use javax.persistence.Query to retreive entity beans throu

Re: [Resin-interest] strange behavior of setMaxResults

2008-06-23 Thread Scott Ferguson
On Jun 18, 2008, at 1:47 PM, Riccardo Cohen wrote: > Hi > I use javax.persistence.Query to retreive entity beans throught the > EntityManager. > I have to use setFirstResult() and setMaxResults() to implement next > page / previous page functions. > I found 2 strange things about it : Thanks. I