此内容没有您所选择的语言版本。
7.6. Configuring the JBPM
The configuration settings for the JBoss Business Process Manager are stored in three files within the
SOA_ROOT/jboss-as/server/PROFILE/deploy/jbpm.esb/
directory:
jbpm.cfg.xml
hibernate.cfg.xml
jbpm.mail.templates.xml
- The
jbpm.cfg.xml
file is set to tell the JBPM to use the JTA Transaction Manager:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The
hibernate.cfg.xml
file also tells the JBPM use theJTA Transaction Manager
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
Do not use Hibernate to create the database schema. Use theDatabaseInitializer
MBean instead. - The
jbpm.mail.templates.xml
file contains the following:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
To learn more about each of these configuration files, refer to the JBPM Reference Guide.