2 Replies Latest reply on Jun 4, 2007 8:46 AM by limousyf

    JBPM hbm2ddl.auto to not re-create everything ?

    limousyf

      Hello,

      I used an example to make my jbpm database in mysql and it works fine.
      But I need the jbpm database not to be modified every time I re-deploy the application.
      Is there value for this node in hibernate jbpm configuration file to say "don't touch anything in the current base" ?

      <property name="hbm2ddl.auto">create</property>