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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994582#3994582

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994582
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to