monitor « Connection « JPA Q&A





1. How to monitor c3p0 connections    stackoverflow.com

I am using Hibernate in my JBoss war, using c3p0 for connection pooling, both configured within a hibernate.cfg.xml config file in my classpath

<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
I've seen server.log generates lines with interesting information ...

2. Connection Pool Monitoring    stackoverflow.com

I need an insight on monitoring connection pool in my web application.
The technical specifications about the application is mentioned below:

  1. Application Server - JBoss Application Server
  2. Database - Oracle 10g ...

3. How to monitor Hibernate problem? Open cursors/connections    forum.hibernate.org

Hi to all, i have a big issue with my application. I'm working with Hibernate 3 and JPA with Struts 2 application using Glassfish for debug the application (in Netbeans 6.7). I have a problem because my application sometimes freezes and i don't know why, but when i see in toad looking for open connections or something like that and i ...

4. Monitoring Hibernate connection pool    forum.hibernate.org

Hi All, I am using Hibernate to create a connection pool. Is there a way to monitor these connections at runtime so that I know whether the no. of connections in the pool is optimum or not? I have tried searching everywhere and the only way i find is to use Websphere(application server that I am using) to monitor the connection ...