c3p0
c3p0 copied to clipboard
a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.
**C3P0 Version**: c3p0-0.9.5.5.jar:0.9.5.5 The following stack trace shows that our application is encountering a java.util.ConcurrentModificationException when hibernate attempts to close a connection managed by a C3PO connection pool: `Caused by:...
While working on [reproducible builds](https://reproducible-builds.org/) for [openSUSE](https://en.opensuse.org/openSUSE:Reproducible_Builds), I found that our `c3p0` package varied between builds. Among others, there was ``` c3p0-0.9.5.5.src/build/codegen/com/mchange/v2/c3p0/impl/NewProxyPreparedStatement.java @@ -1,6 +1,6 @@ /* * This class...
hello, In the case of high concurrency (1W +), how should the parameters of c3p0 be configured?
I'm running a Java Play v1.3.x app using MySQL Connector/J v5.1.29 on Heroku that connects to an AWS RDS MySQL Tiny instance within the same availability zone (us-east-1). I continually...
Hi All I AM facing This issue in connection side, please share the solutions to come out of this 
This is an opinable proposal. I'd like to not see this option being discouraged as I think it's necessary for increased resiliency in prod-ready applications. Still, the description should continue...
Hi, for more than a year, PR, issues have been accumulated, without any response from repo owners. Is there a plan to tackle them at some point, or should the...
When using the user and password properties with com.microsoft.sqlserver.jdbc.SQLServerDriver the password passed to the SQLServerDataSource connect method is null. The cause of this issue is that in the C3P0ImplUtils class...
Hello- I am trying to connect to Oracle DB using Spring c3p0 java. Without TLS properties, am able to connect successfully. AWS RDS Oracle DB has TLS enabled on different...