3 Replies Latest reply on Oct 24, 2005 3:18 AM by chrismalan

    how to keep table and data when undeploy/deploy application?

    javatwo

      I am using MySQL with JBOSS.

      how to keep table and data when undeploy/deploy application?

      I tried each of the following, it does not work.

      hibernate.hbm2ddl.auto=create-drop
      hibernate.hbm2ddl.auto=update
      hibernate.hbm2ddl.auto=create

      comment out
      hibernate.hbm2ddl.auto


      Thanks.! Dave