[jboss-user] [EJB 3.0] - Re: Automatic table creation
waynebaylor
do-not-reply at jboss.com
Fri Jul 6 11:16:25 EDT 2007
Hibernate has this info about the update setting
anonymous wrote : Creates the database schema on deploy if it doesn't exist. Alters it if it has changed. Useful for when you want to generate database schema from entity beans
The errors you're getting are because the schema and constraints already exist. Are you using Hibernate to generate the schema or did you do it manually?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061355#4061355
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061355
More information about the jboss-user
mailing list