Re: Order By not working!

2006-03-29 Thread Danilo Tommasina
Please Help! Very urgently needed. Thanks and Regards, Vagula -Original Message- From: Danilo Tommasina [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 4:42 PM To: OJB Users List Subject: Re: Order By not working! Hi, Criteria.addOrderBy(...)

RE: Order By not working!

2006-03-29 Thread Vagula
: Tuesday, March 21, 2006 4:42 PM To: OJB Users List Subject: Re: Order By not working! Hi, Criteria.addOrderBy(...) is deprecated, you should use the addOrderByAscending(...) or addOrderByDescending(...) on the QueryByCriteria instance. If this does not work, please provide more information

Re: Order By not working!

2006-03-21 Thread Danilo Tommasina
Hi, Criteria.addOrderBy(...) is deprecated, you should use the addOrderByAscending(...) or addOrderByDescending(...) on the QueryByCriteria instance. If this does not work, please provide more information, java version, OJB version, error messages, repository XML definition for the table, tabl