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= password= url=jdbc:h2:tcp://localhost/./target/persistence-test serverName= portNumber= databaseName= defaultSchema=public makeBaseDb=false