-
Hi,
I am using c3p0 for connection pooling.
I use Spring with Hibernate
Instead of org.springframework.jdbc.datasource.DriverManagerDataSource , I am using com.mchange.v2.c3p0.ComboPooledDataSource, Class for my Data Source, jdbc logger is unable to log the sql. Please help ...
2009-07-28 15:51:29 UTC by kannanmugundan
-
Is this project still Active, Even I have the same problem. I guess we can modify and use the code, but it would be nice if you do that, and can show that this project is still active, so more people can use it. And any plans to support 11g ?.
2009-07-20 03:55:33 UTC by kannanmugundan
-
Dear All,
I am currently developing a web application using spring and I have integrated JDBC Logger and i am able to redirect the sql to the log files.
I would like to know if there is any option, lets say an sql is generated and throws error due to wrong code or syntax, is there a way to capture that sql by the application and do some processing or send to client. (I mean i want to send...
2009-07-15 04:01:39 UTC by kannanmugundan
-
by stefan-isele@gmx.de
if you do not configure all existing Spring dataSource-beans ifor jdbclogger, you will get a NullpointerException in line 63
because the dataSourceConfiguration is null !!
you may check in 56 if dataSourceConfiguration == null and do nothing to just prevent the NullpointerException in this case.
So if a datasource-bean exists but was not configured for jdbclogger...
2009-04-21 08:14:09 UTC by nobody
-
sorin7486 committed revision 158 to the JDBC Logger SVN repository, changing 1 files.
2007-11-02 17:41:18 UTC by sorin7486
-
sorin7486 committed revision 157 to the JDBC Logger SVN repository, changing 1 files.
2007-11-02 17:17:47 UTC by sorin7486
-
sorin7486 committed revision 156 to the JDBC Logger SVN repository, changing 10 files.
2007-11-02 17:13:34 UTC by sorin7486
-
If the oracle wrapper is used the actual object that ends up beeing registered as the driver is not a JdbcLoggerDriver object. When using dbUnit this can be an issue for example.
2007-11-02 16:55:55 UTC by sorin7486
-
this was fixed with some changes to the pom.
2007-11-02 16:49:13 UTC by sorin7486
-
The "all-in-one" build does not include jdbclogger-driver.properties file... This results in the oracle wrapper not being used.
2007-11-01 15:19:55 UTC by sorin7486