Hi all,

I was trying to set up an alternate connection pool (HikariCP), and I got this 
far:

    <Resource id=“dsname" class-name="com.zaxxer.hikari.HikariDataSource">
        minimumIdle 5
        maximumPoolSize 10
        connectionTimeout 5000
        dataSourceClassname org.postgresql.ds.PGSimpleDataSource
        dataSourceProperties.serverName=localhost
        dataSourceProperties.databaseName=dbname
    </Resource>

The last two properties were a stab in the dark and they didn’t work. 
“dataSourceProperties” is a bean property on HikariDataSource, but it’s a 
Properties object itself. How can I configure that property?

-- 
Alexandra Parker
619 277 2591

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to