>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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to