http://www.osjava.org/simple-jndi/manual/DataSources.html
As you can see from
http://www.osjava.org/simple-jndi/xref/org/osjava/sj/loader/PoolSetup.html#53
the configuration is based on the constructor parameters to
GenericObjectPool and PoolableConnectionFactory. I'm all for adding
initialSize though.
Initial size is listed on
http://commons.apache.org/dbcp/configuration.html - so just need to
figure out how that gets done in their underlying API. We depend on
1.2.2 of dbcp, so should have that available.
Feel free to open an issue on the google code tracker; or dive in and
figure it out yourself if you want. I'm in the middle of moving house
this last week and next week, thus the slow response time :)
Hen