0 Replies Latest reply on Dec 11, 2008 3:01 AM by mikail.ahundov.gmail.com

    Error in Seamspace example converted to Eclipse project (true)

    mikail.ahundov.gmail.com

      I created new eclipse project from Seam 2.1 Seamspace example.


      On Jboss 5 it starts ok. But when I add new user in admin settings of seamspace i get this error:



      java.sql.BatchUpdateException: Batch entry 0 insert into MemberAccount (enabled, MEMBERID, passwordHash, username, accountId) values (1, NULL, tvEgjeega2UODlAt7BoEIQ, test, 1) was aborted.  Call getNextException to see the cause.


      Problem is that in MemberAccount table is no MEMBER
      ID column. But Seam adds this column in SQL query
      What can be the cause of this strange query?