Camunda h2 database persistence -


We are using the camunda-bpm-jboss-7.1.0-final in our Java Web project. The UI part is built using JSF and the database is mysql.

However, the Kyunda comes with the default H2 database, which does not carry data.

Whenever we shut down the jboss server, we lost some process-id. So my question is, is there a way to configure H2 database, so that this data will continue?

Cammunda currently supports H2, MySQL, PostGraceQL, DB2, Oracle, and MSSQL. If you do not want to use the default H2 configuration, you can change the data source in your payload configuration. Please refer to the installation guide:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -