[jboss-user] [JBoss and NetBeans] - Re: EJB Deploynment with JBoss and use of annotations fails
jebberwocky
do-not-reply at jboss.com
Thu Nov 29 03:08:30 EST 2007
>From http://www.laliluna.de/ejb-3-tutorial-jboss.html
JBoss supports the tag hibernate.hbm2ddl.auto to define if your tables are created or udpated during redeployment. I chose create-drop to have them dropped after each undeployment, so that they can be nicely recreated. The option update does not work sometimes.
When you undeploy (EX:restart JBoss) , the table "book" is dropped. That causes the warning comes out.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108785#4108785
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108785
More information about the jboss-user
mailing list