Re: [question] rc4 to rc6, fullSize method deprecated, and not functi onal

2004-04-01 Thread Jakob Braeuchi
hi roger, i commited a fix to QueryReferenceBroker#getCollectionByQuery to reestablish the funcionality of the deprecated Query#fullSize. please check it out. jakob Janssen, Roger wrote: Hi, I'm trying to migrate from rc4 to rc6. I noticed that the fullSize method on query in rc6 always

Re: [question] rc4 to rc6, fullSize method deprecated, and not functi onal

2004-03-31 Thread Jakob Braeuchi
hi roger, dou you use getCollectionByQuery or getIteratorByQuery ? the iterator returned by the latter can be casted to OjbIterator. jakob Janssen, Roger wrote: Hi, I'm trying to migrate from rc4 to rc6. I noticed that the fullSize method on query in rc6 always returns 0. Because of this i

[question] rc4 to rc6, fullSize method deprecated, and not functi onal

2004-03-30 Thread Janssen, Roger
Hi, I'm trying to migrate from rc4 to rc6. I noticed that the fullSize method on query in rc6 always returns 0. Because of this i noticed that this methode has been deprecated. It says i should use the fullSize method on the OJBIterator interface. I could use this, but then i have to refactor