I can not retrieve data from db in sql server. I use the c3p0 as the pool,this is the c3p0.properties:
An interruption exception (java.lang.InterruptedException) occurs as I\'m trying to perform some simple read (SELECT) operations using C3P0 on a MySQL database. The exception occurs as I increase the
An error many have experienced is related with the message: [Warning] Aborted connection 38 to db: \'database_name\' user:
I am using Hibernate and C3P0 to manage my connections. I also have a thread to do database operations.
,Good day everyone! I had an requirement to use several databases in application. In spring configuration file Iconfigure two data sources each for separate database.
I tried to check if connect is up or down to MySQL using C3P0 connection pool tester. It works if password is correct. But password can be changed and I need to let user know that there is no connecti
I have a java application that uses hibernate for O/R mapping and I also use c3p0 connection pooling that ships together with hibernate. The DB is Oracle.
Is there a way to make c3p0 to register to jmx with its dataSourceName? Currently my c3p0 data create a random name to register to jmx even though it has its dataSourceName. For example my configurati
As c3p0 does not seem to be bundled with Hibernate anymore (as of versions > 3.3, I am using Hibernate 3.6.0), I\'d like to know how to integrate c3p0 with Hibernate.
I have heavy loaded java application using hirbernate. And I used to use as connection pool DBCP, but it had problems with connections lossing. Than I switched to c3p0. But now it sometimes bloks thre