Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-10 Thread Michael-O
Am 2013-05-08 19:42, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 1:14 PM, Michael-O wrote: Christopher, Am 2013-05-08 13:54, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 3:01 AM, Michael-

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Nick Williams
On May 8, 2013, at 12:40 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nick, > > On 5/8/13 1:34 PM, Nick Williams wrote: >> >> On May 8, 2013, at 12:08 PM, Michael-O wrote: >> >>> Am 2013-05-08 14:38, schrieb Christopher Schultz: -BEGIN PGP SI

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 1:14 PM, Michael-O wrote: > Christopher, > > Am 2013-05-08 13:54, schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Michael, >> >> On 5/8/13 3:01 AM, Michael-O wrote: >>> I recently have star

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 5/8/13 1:34 PM, Nick Williams wrote: > > On May 8, 2013, at 12:08 PM, Michael-O wrote: > >> Am 2013-05-08 14:38, schrieb Christopher Schultz: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Nick, >>> >>> On 5/8/13 8:08 AM, N

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Nick Williams
On May 8, 2013, at 12:08 PM, Michael-O wrote: > Am 2013-05-08 14:38, schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Nick, >> >> On 5/8/13 8:08 AM, Nick Williams wrote: >>> >>> On May 8, 2013, at 6:54 AM, Christopher Schultz wrote: >>> -BEGIN

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Michael-O
Christopher, Am 2013-05-08 13:54, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 3:01 AM, Michael-O wrote: I recently have started using the SlowQueryReport to tackle performance issues. The log message, unfortunately, does not contain the para

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Michael-O
Am 2013-05-08 14:38, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 5/8/13 8:08 AM, Nick Williams wrote: On May 8, 2013, at 6:54 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 3:01 AM, Michael-O wrot

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Michael-O
Am 2013-05-08 14:08, schrieb Nick Williams: On May 8, 2013, at 6:54 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 3:01 AM, Michael-O wrote: I recently have started using the SlowQueryReport to tackle performance issues. The log message, un

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 5/8/13 8:08 AM, Nick Williams wrote: > > On May 8, 2013, at 6:54 AM, Christopher Schultz wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Michael, >> >> On 5/8/13 3:01 AM, Michael-O wrote: >>> I recently have started us

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Nick Williams
On May 8, 2013, at 6:54 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Michael, > > On 5/8/13 3:01 AM, Michael-O wrote: >> I recently have started using the SlowQueryReport to tackle >> performance issues. The log message, unfortunately, does not >> cont

Re: Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 5/8/13 3:01 AM, Michael-O wrote: > I recently have started using the SlowQueryReport to tackle > performance issues. The log message, unfortunately, does not > contain the parameters passed to the prepared statements. Though > Abstract

Print parameters in Tomcat JDBC Pool's SlowQueryReport

2013-05-08 Thread Michael-O
Hi, I recently have started using the SlowQueryReport to tackle performance issues. The log message, unfortunately, does not contain the parameters passed to the prepared statements. Though AbstractQueryReport receives this information in protected String report*Query(String query, Object[] arg