jrshow / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

HirakiCP pool and sql Statistics #478

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up an application using hirakiCP pool
2. Set javamelody to gather sql statistics 
(hibernate.connection.driver_class=net.bull.javamelody.JdbcDriver)
3. open javamelody page

What is the expected output? What do you see instead?
To see sql statictics, but they aren't displayed.
For your information, switching to c3p0 jdbc connection pool (and only this) 
make the sql statistics appeared.

What version of the product are you using? On what application server, JDK,
operating system?
javamelody 1.56, tomcat 7.

Thanks you for any help you can bring me,
even if I have to implement something ^^

Nicolas

Original issue reported on code.google.com by miaou...@gmail.com on 9 Jun 2015 at 3:53

GoogleCodeExporter commented 9 years ago
Can you submit a zip file with the source of a simple project to reproduce the 
issue?
(using Maven if possible)

Original comment by evernat@free.fr on 11 Jun 2015 at 4:01