issue with Cayenne Entity Manager
- by user224270
Hi,
I'm trying to persist an object into the database using Cayenne Entity Manager. And unfortunately I get the following error:
org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Commit Exception
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'myDatabase.auto_pk_support' doesn't exist
Any idea how i could solve this issue? Thanks.