bestlong/krank

OrderBy with asc or desc operators doesn't work

GoogleCodeExporter opened this issue · 0 comments

What steps will reproduce the problem?

I have used: find(orderBy(desc("toDate"))); I have tried others ways too, 
but always I get "unexpected token: DESC"

I have tried with 0.6 and 0.7 snapshots with TopLink as JPA provider. I 
have seen that the methods which use orderBy in GenericDaoJpaTest.java are 
labeled with @Test(groups = { "broken" }) and I don't know why.

Cheers.



Original issue reported on code.google.com by omul...@hazclick.com on 18 Sep 2007 at 2:06