[Geoserver-users] jdbcconfig module [2.3 beta]

Hello all,

I’ve been working on getting the jdbcconfig module up and running on one of our test boxes. I managed to get it working with h2, but I haven’t seen it working with Oracle yet. Is Oracle supported in the current builds? Is it in the works?

Here’s my current config, in case I’m doing something wrong…

enabled=true

initdb=true

initScript=${GEOSERVER_DATA_DIR}/jdbcconfig/scripts/initdb.oracle.sql

import=true

jdbcUrl=jdbc:oracle:thin:@dbname:1521:dbserv

driverClassName=oracle.jdbc.driver.OracleDriver

username=geoserver

password=

idleConnectionTestPeriodInMinutes=1

idleMaxAgeInMinutes=4

maxConnectionsPerPartition=18

minConnectionsPerPartition=6

partitionCount=3

acquireIncrement=3

statementsCacheSize=50

releaseHelperThreads=1

Thanks!

Aaron