-examples.7.38.0.Final.source-code.datasource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-examples Show documentation
Show all versions of jbpm-examples Show documentation
Run JBPMExamplesApp to try the jBPM examples.
# for creating a datasource
driverClassName=org.h2.Driver
className=org.h2.jdbcx.JdbcDataSource
user=sa
password=
url=jdbc:h2:tcp://localhost/~/jbpm-db
datasourceName=jdbc/jbpm-ds
# for configuring persistence of the session
persistence.enabled=true
persistence.persistenceunit.name=org.jbpm.persistence.jpa
persistence.persistenceunit.dialect=org.hibernate.dialect.H2Dialect
# for configuring the human task service
taskservice.enabled=true
taskservice.datasource.name=org.jbpm.services.task
#defaults
#taskservice.usergroupcallback=org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
#taskservice.usergroupmapping=classpath:/usergroups.properties
#not used anymore
#taskservice.transport=hornetq
© 2015 - 2025 Weber Informatics LLC | Privacy Policy