<[EMAIL PROTECTED]> wrote:
>when I use a simple query it gives the following error...
>
>//Query
>Query q = super.entityManager.createQuery("select b from Bingo b ");

You'll probably get the same error, but did you try hibernate's simplest 
query "from Bingo"?

It looks to me like the DB schema is not in sync with your Hibernate 
classes.  Have you tried dropping and recreating the DB?  Does that 
complete without errors?

-Dale Newfield
 [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to