-
Suggestion
-
Resolution: Done
Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:
<property name="hibernate.c3p0.testConnectionOnCheckout">true</property> <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property> <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property> <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property>
ref: http://www.mchange.com/projects/c3p0/#basic_pool_configuration
[BAM-14699] Allow extra c3po connection pool configuration in Bamboo
Workflow | Original: JAC Suggestion Workflow [ 3016730 ] | New: JAC Suggestion Workflow 3 [ 3602593 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2700771 ] | New: JAC Suggestion Workflow [ 3016730 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1410580 ] | New: Confluence Workflow - Public Facing v4 [ 2700771 ] |
Fix Version/s | New: 5.13.0.1 [ 62187 ] | |
Resolution | Original: Fixed [ 1 ] | New: Done [ 17 ] |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Assignee | New: Przemek Bruski [ pbruski ] | |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 692790 ] | New: Bamboo Workflow 2016 v1 [ 1410580 ] |
Status | Original: Needs Triage [ 10030 ] | New: Open [ 1 ] |
Labels | Original: support | New: hibernate hibernate3 support |
Description |
Original:
Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:
{code} <property name="hibernate.c3p0.testConnectionOnCheckout">true</property> <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property> <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property> <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property> {code} |
New:
Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:
{code} <property name="hibernate.c3p0.testConnectionOnCheckout">true</property> <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property> <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property> <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property> {code} ref: http://www.mchange.com/projects/c3p0/#basic_pool_configuration |