Author | Message |
---|---|
yxu22
Posts: 25
|
Posted 22:01 Oct 22, 2013 |
I have run the step 3 hibernate example and it shows "SQLGrammar Exception, could not extract ResultSet;" I followed the instraction and did not change anything. Did everyone run that example fine ? Or have the same error ? |
yxu22
Posts: 25
|
Posted 22:49 Oct 22, 2013 |
Oh, I found the problem. when I use the last version (4.2.6.final)hibernate-entitymanager , it shows that error. After I changed to 4.1.4.final hibernate-entitymanager, the error is fixed and the application works well. |