Hello,
i'm trying to reproduce the examples "SQL basic connector" and "Hibernate connector" from the PRO Showcase with my MySQL database.
MySQL version: 5.1.52
SmartGWT version: Pro 2.3
Browser: Firefox, Chrome... doesn't matter
I modified the files server.properties, worldHB.ds.xml, worldDS.ds.xml, BasicConnectorSample.java and BasicConnectorHibernateSample.java (see attached files) according to my configuration.
The example "SQL basic connector" works fine, but "Hibernate connector" doesn't: it displays an empty grid with the message "No items to show". There is no error or anything notable in the log.
As the two examples are almost identical, I really don't understand why it works with serverType="sql" and not with serverType="hibernate".
Any idea ?
Thanks a lot
i'm trying to reproduce the examples "SQL basic connector" and "Hibernate connector" from the PRO Showcase with my MySQL database.
MySQL version: 5.1.52
SmartGWT version: Pro 2.3
Browser: Firefox, Chrome... doesn't matter
I modified the files server.properties, worldHB.ds.xml, worldDS.ds.xml, BasicConnectorSample.java and BasicConnectorHibernateSample.java (see attached files) according to my configuration.
The example "SQL basic connector" works fine, but "Hibernate connector" doesn't: it displays an empty grid with the message "No items to show". There is no error or anything notable in the log.
As the two examples are almost identical, I really don't understand why it works with serverType="sql" and not with serverType="hibernate".
Any idea ?
Thanks a lot
Comment