]
Jesper Pedersen resolved JBJCA-543.
-----------------------------------
Resolution: Done
Prefill is false by default, and POOL_BY_SUBJECT is now supported.
Prefill support not working correctly
-------------------------------------
Key: JBJCA-543
URL:
https://issues.jboss.org/browse/JBJCA-543
Project: IronJacamar
Issue Type: Bug
Components: Core
Affects Versions: 1.0.0.Beta5
Reporter: Andrig Miller
Assignee: Jesper Pedersen
Fix For: 1.0.0.Beta6
The minimum pool size does not match the min-pool-size parameter in the standalone.xml
file for my data source. I am setting a min-pool-size of 100, with a max-pool-size of
150, but I actually get 200 connections in the pool. In fact, the actual pool size always
seems to be double whatever I set the min-pool-size to. I also have the max-pool-size and
prefill parameters set, and it looks as follows:
<pool>
<min-pool-size>
100
</min-pool-size>
<max-pool-size>
150
</max-pool-size>
<prefill>
true
</prefill>
<use-strict-min>
true
</use-strict-min>
</pool>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: