Using:
SmartGWT-power-3.1.p20130111
GWT 2.5
Hi, I'm trying to make a ListGrid with a JPA2DataSource pointing to a table using an @embeddedId.
I've already configured the idClass using this method:
http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/serverds/DataSource.html#idClassName
But the server continues to launch the following exception:
Exception Description: Syntax error parsing the query [select count(*) from VwUserVehicleHistory _VwUserVehicleHistory left outer join _VwUserVehicleHistory.driver driver1], line 1, column 7: unexpected token [count].
Also, the documentation (QuickStart.pdf) is not helping at all, not even google..
What am I missing here?
Thank you very much for your help.
SmartGWT-power-3.1.p20130111
GWT 2.5
Hi, I'm trying to make a ListGrid with a JPA2DataSource pointing to a table using an @embeddedId.
I've already configured the idClass using this method:
http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/serverds/DataSource.html#idClassName
But the server continues to launch the following exception:
Exception Description: Syntax error parsing the query [select count(*) from VwUserVehicleHistory _VwUserVehicleHistory left outer join _VwUserVehicleHistory.driver driver1], line 1, column 7: unexpected token [count].
Also, the documentation (QuickStart.pdf) is not helping at all, not even google..
What am I missing here?
Thank you very much for your help.
Comment