hmm.. If I set
| @GeneratedValue(strategy = GenerationType.IDENTITY
|
on the id column of the entity it works.. I thought that GenerationType.AUTO would select
IDENTITY when the database type is mysql?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023996#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...