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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...