7 Replies Latest reply on Aug 3, 2006 10:38 AM by matt10

    hibernate.hbm2ddl.auto=create-drop per default ??

    gmichalk

      Hi !

      I am trying to give EJB3 a test run in JBoss 4.0.2 + EJB3_RC2

      After a lot of problems, I saw that when I deploy my beans, my DB (a MySQL one) is dropped, and created from scratch, but wwith the fields specified in my EntityBean

      This is the default behaviour ? How can I change this, and, more importantly, should'nt it be stated more visually ? This can be quite dangerous ;-)