Hello - I am using Karaf 3.0.5 and noticed that I cannot run more than 10
simultaneous database queries because the pool runs out of connections. I
found the limit to be set to 10 in
org.apache.aries.transaction.jdbc-2.1.0.jar
(org.apache.aries.transaction.jdbc.internal.ConnectionManagerFactory) where
I found this line: "private int poolMaxSize = 10;" and also in
ManagedDataSourceFactory class:
"cm.setPoolMaxSize(getInt("aries.xa.poolMaxSize", 10));"
My question is, how can I increase this value?
Thanks,
Marc
--
View this message in context:
http://karaf.922171.n3.nabble.com/Aries-pool-max-size-tp4044047.html
Sent from the Karaf - User mailing list archive at Nabble.com.