1 Reply Latest reply on Oct 21, 2011 8:30 AM by salaboy21

    jbpm database

    ramchrish

      jbpm has the h2 database that comes along with the installer.To achive the full scale persistence in a production environment,does h2 suffice or should we go for another database like oracle/mysql?

        • 1. Re: jbpm database
          salaboy21

          H2 is for testing only. If you want to use jBPM in any other environment you should change the persistence configuration to use the database that you want. jBPM5 is using JPA as a persistence layer, and Hibernate as a persistence provider, so you should check your database vendor against this projects to see if it will work for you or if you need to do some adjustments in the configurations.

           

          Cheers