1 Reply Latest reply on Dec 18, 2006 11:52 AM by norman.richards

    problem to insert users into user table

    jovijojo

      hi,
      i have problem to insert logged in users into user table, [org.hibernate.SQL] insert into users (name, password, username) values (?, ?, ?)
      2006-12-18 10:28:40,406 INFO [STDOUT] Hibernate: insert into users (name, password, username) values (?, ?, ?)
      but from the log file i can see that the user table was created, but i can not find out why the values are not inserted into the table