Hi,
I am creating EJB 3.0 QL query on JBoss.
Query is basic select query [from tablename].
The table is an entity. Persist operations workd fine on the entity.
But when I am firing the above query it gives me QuerySyntaxException
stating the <tablename> is not mapped.
Any pointers on this?
Thanks in advance
Sushrut
Shantanu Gudihal - 06 May 2006 22:36 GMT
hi,
Does Ejb 3.0 support the concept of Entity beans, or is it the session
bean in itself has to take care of it hereafter????
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks in advance
> Sushrut