This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Dynamic EJB-QL Order By does not worksweetfa Jul 23, 2002 12:23 AM (in response to sweetfa)You must return a Collection from your ejbSelectGeneric method. When using a Set the ordering is incorrect. 
- 
        2. Re: Dynamic EJB-QL Order By does not worksimone73 Oct 17, 2002 3:34 AM (in response to sweetfa)Hi, sweetfa. 
 I have a question for you.
 I'm wondered about the use of the ORDER BY clause in your ejb-ql query. In fact, I'm using EJB 2.0 with JBoss and if I use the ORDER BY, I obtain a ParseException during deployment phase because EJB 2.0 does not support the ORDER BY.
 So, can you tell me how can I use the ORDER BY clause?
 Thanks,
 Simone
 
    