1 Reply Latest reply on Sep 6, 2006 9:48 PM by gavin.king

    Long running transaction support

      How do I enable long running transaction support? Currently everytime I redeploy or restart jBoss (development) all the data relevant to suspended timers or process definitions gets deleted.

      I did change the project hibernate.cfg.xml property hbm2ddl.auto to update but in the log messages I still see the following messages on startup

      2006-08-31 11:08:24,827 DEBUG [org.hibernate.tool.hbm2ddl.SchemaExport] drop table JBPM_ACTION if exists
      2006-08-31 11:08:24,827 DEBUG [org.hibernate.tool.hbm2ddl.SchemaExport] drop table JBPM_BYTEARRAY if exists
      2006-08-31 11:08:24,827 DEBUG [org.hibernate.tool.hbm2ddl.SchemaExport] drop table JBPM_BYTEBLOCK if exists


      Thanks.