maxPoolSize=${maven.btm.maxPoolSize} allowLocalTransactions=true # JDBC/Database properties that are set in the maven pom # # the below variable names (i.e. "org.h2.jdbcx.JdbcDataSource) are # automagically replaced with their values (defined in the pom.xml) # because of the fact that is set to true in for the # src/test/resources directory in the pom. # className=org.h2.jdbcx.JdbcDataSource driverClassName=org.h2.Driver user=sa password=sasa url=jdbc:h2:mem:jbpm-db;MVCC=true serverName= portNumber= databaseName= dialect=org.hibernate.dialect.H2Dialect defaultSchema=public makeBaseDb=false testMarshalling=false