Results 1 to 1 of 1

Thread: Sybase introspected table SQLGrammar Exception

  1. #1
    Join Date
    Jun 2012
    Posts
    1

    Default 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.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •