1 Attachment(s)
Sybase introspected table SQLGrammar Exception
Used Spring roo 1.1.5 to reverse engineered a simple table from sybase.
Table has columns
Column_name Type Length Prec Scale Nulls Default_name Rule_name Access_Rule_name Identity
asx_xref name_t 24 <null> <null> false <null> <null> <null> false
asx_acct_code name_t 24 <null> <null> false <null> <null> <null> false
asx_grp_code name_t 24 <null> <null> false <null> <null> <null> false
asx_book_name name_t 24 <null> <null> false <null> <null> <null> false
After generating the web mvc, the pages run. I can add new rows to the table but when I click on List, it throw out org.hibernate.exception.SQLGrammarException: could not execute query; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query
I have attached the debug log.