My application always throws rethrown as org.apache.ojb.broker.PersistenceBrokerException: Could not borrow connection from pool - org.apache.ojb.broker.metadata.JdbcConnectionDescriptor: JdbcConnectionDescriptor
What is an optmal/standard values in OJB.properties? Here is mine ServerThreadCount=100 BrokerPoolSize=10000 maxActive=10000 maxIdle=-1 maxWait=2000 timeBetweenEvictionRunsMillis=1000 minEvictableIdleTimeMillis=10000 whenExhaustedAction=2 maxConnectionsInPool=1000
