.samples.net.osgiliath.sample.webapp.features.0.3.2.source-code.net.osgiliath.sample.webapp.features.database.cfg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.osgiliath.sample.webapp.features
Show all versions of net.osgiliath.sample.webapp.features
Deployment descriptor for simple webapp
osgi.jdbc.driver.name=osgiliathderbystandalone-pool-xa
databaseName=${project.parent.artifactId}.model.database
user=${database.user}
password=${database.password}
dataSourceName=${project.parent.artifactId}.model.database
portNumber=${database.port}
serverName=localhost
serverAutoStart=true
createDatabase=create
pool.username=${database.user}
pool.password=${database.password}
pool.name=${project.parent.artifactId}.model.database