[jboss-user] [JBoss Seam] - Re: HibernateException: Missing sequence or table

ChristopheMiro do-not-reply at jboss.com
Thu Mar 8 04:28:02 EST 2007


I had the same problem on a SERIAL field on a postgresql database and we solved this using @GeneratedValue(strategy=GenerationType.IDENTITY) and letting the database using the sequence automaticaly.

Christophe

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026170



More information about the jboss-user mailing list