Hello,
I have change the pentaho.xml file like that :
<dbcp-defaults>
<max-act-conn>20</max-act-conn>
<max-idle-conn>2</max-idle-conn>
<min-idle-conn>1</min-idle-conn>
<num-idle-conn>5</num-idle-conn>
<when-exhausted-action>1</when-exhausted-action>
<wait>100</wait>
<test-while-idle>true</test-while-idle>
<test-on-borrow>true</test-on-borrow>
<test-on-return>false</test-on-return>
<pre-populate-pool>false</pre-populate-pool>
<validation-query>select 1</validation-query>
<time-between-eviction-runs-millis>60000</time-between-eviction-runs-millis>
</dbcp-defaults>
But when I create a new connection, test-while-idle, validation-query and time-between-eviction-runs-millis don't have the value of the pentaho.xml file.
Do you have an idea ?
I have change the pentaho.xml file like that :
<dbcp-defaults>
<max-act-conn>20</max-act-conn>
<max-idle-conn>2</max-idle-conn>
<min-idle-conn>1</min-idle-conn>
<num-idle-conn>5</num-idle-conn>
<when-exhausted-action>1</when-exhausted-action>
<wait>100</wait>
<test-while-idle>true</test-while-idle>
<test-on-borrow>true</test-on-borrow>
<test-on-return>false</test-on-return>
<pre-populate-pool>false</pre-populate-pool>
<validation-query>select 1</validation-query>
<time-between-eviction-runs-millis>60000</time-between-eviction-runs-millis>
</dbcp-defaults>
But when I create a new connection, test-while-idle, validation-query and time-between-eviction-runs-millis don't have the value of the pentaho.xml file.
Do you have an idea ?