All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-examples.7.38.0.Final.source-code.datasource.properties Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
# 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