RE: [JBoss-user] EJBQL order by

2003-05-27 Thread Jeremy Boynes
o Barreiros > Subject: [JBoss-user] EJBQL order by > > > Hi, > > I'm implementing an entity bean under jboss 3.2.1 and I have a great > problem. I'm mounting an EJBQL for find some information and the jboss > gives me an error that "ORDER BY" i

Re: [JBoss-user] EJBQL order by

2003-05-27 Thread Marek Lange
Jorge Garcia Perales wrote: Hi, I'm implementing an entity bean under jboss 3.2.1 and I have a great problem. I'm mounting an EJBQL for find some information and the jboss gives me an error that "ORDER BY" is incorrect. Reading in the web I've found that EJB 2.0 Especification don'

RE: [JBoss-user] EJBQL order by

2003-05-27 Thread Rupp,Heiko
Hi, > Do you know if jboss implements EJB 2.1? or How to Not JBoss 3. Afaik, that is planned for JBoss 4. > order an EJBQL query? you can do it with JBossQL, which is a superset of EJB-QL. Or sort the retrieved Collection "by hand" Heiko -- Bancotec GmbH EMail: [EMAIL PROTECTED]

[JBoss-user] EJBQL order by

2003-05-27 Thread Jorge Garcia Perales
Hi, I'm implementing an entity bean under jboss 3.2.1 and I have a great problem. I'm mounting an EJBQL for find some information and the jboss gives me an error that "ORDER BY" is incorrect. Reading in the web I've found that EJB 2.0 Especification don't implements "ORDER BY". "O