1 Reply Latest reply on Oct 13, 2011 2:33 PM by salaboy21

    how to get the sql script when using jBPM5.1?

    derek830

      hi all, I'm a beginner to use the the jBPM5, and I want to config the jbpm5 to connect to my db2 database, then, how can i get the sql script? thanks

        • 1. Re: how to get the sql script when using jBPM5.1?
          salaboy21

          Hi Derek,

          Hibernate will generate the required tables for you, you only need to look for the persistence.xml file where the persistence unit is configured and change the configurations there to point your database. You will also add the propietary driver into the class path in order to be able to connect with your DB.

          Cheers