Learn JBPM according to debugging information (1): JBPMConfiguration

xiaoxiao2021-03-06  14

Below is a debug message to call JBPMServiceFactory.getInstance (), we can understand the operation of JBPMConfiguration by learning it:

15: 11: 33,403 Debug JBPMConfiguration: JBPM Configuration:

// Here is the hibernate configuration information, you can make changes in jbpm.properties file 15: 11: 33,423 DEBUG JbpmConfiguration: [hibernate.connection.driver_class] org.hsqldb.jdbcDriver15: 11: 33,423 DEBUG JbpmConfiguration: [hibernate.connection .password] 15: 11: 33,433 DEBUG JbpmConfiguration: [hibernate.connection.url] jdbc: hsqldb: .15: 11: 33,433 DEBUG JbpmConfiguration: [hibernate.connection.username] sa15: 11: 33,483 DEBUG JbpmConfiguration: [hibernate.dialect Net.sf.hibernate.diaalect.hsqldiaalect15: 11: 33, 483 Debug JBPMConfiguration: [jbpm.apply.transactions] YES // If there is no table, the system will automatically build a table 15: 11: 33, 493 Debug JBPMConfiguration: [jbpm.create. Tables] ONLY-IF-Not-present15: 11: 33, 493 Debug JBPMConfiguration: [jbpm.create.tables.log] False // If it is an older process definition, you can modify the configuration here 15: 11: 33, 503 Debug JBPMCONFIGURATION: [ JBPM.CREATE.TABLES.QUERY] SELECT ID from jbpm_definition where id =

转载请注明原文地址:https://www.9cbs.com/read-49313.html

New Post(0)