Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

7.4. The DatabaseInitializer MBean's Default Values

Table 7.1. The DatabaseInitializer MBean's Default Values

Property Description Default
Datasource The datasource for the JBPM database. java:/JbpmDS
ExistsSql Use this SQL command to confirm the existence of the database. Select count(*) from JBPM_ID_USER
SqlFiles These files contain the SQL commands to create the JBPM database if it is not found. jbpm-sql/jbpm.jpdl.hsqldb.sql, jbpm-sql/import.sql

Note

By default, the DatabaseInitializer MBean is configured to wait until for the JbpmDS is deployed, before it then deploys itself.