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
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'
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]
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