issue with Cayenne Entity Manager
        Posted  
        
            by user224270
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user224270
        
        
        
        Published on 2010-06-02T18:02:21Z
        Indexed on 
            2010/06/02
            18:04 UTC
        
        
        Read the original article
        Hit count: 211
        
cayenne
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.
© Stack Overflow or respective owner