I have written an application using Seam 2.2.1 & MySQL which is working. I am now trying to connect the application to Informix and when I execute a query f
You meant this query:
FROM User
Because the select tag in HQL doesn't have to be specified when you want to retrieve all the properties of the object.
Googling for "No such column name" informix hibernate
has led me to the following Hibernate bug report, which describes exactly the same problem: https://hibernate.onjira.com/browse/HBX-1126
The solution seems to remove the parameter DELIMIDENT=y from the datasource URL.