In the FAQ section there is a question about how to use p6spy with Torque, and it says that I should do exactly what I am doing. But this doesn't work.
On 7/26/07, Greg Monroe <[EMAIL PROTECTED]> wrote:
During it's initialization, Torque (or the commons pooling it uses) just sets up the JDBC driver with the standard call like: Class.classFor(<value of the db name connection.driver prop>) And then creates connections using the DriverManager, eg. DriverManager(<value of the db name connection.url property>) I notice that you are using a URL with a mysql jdbc schema. The DriverManager class does the matching of registered drivers to schema. Perhaps the real MySQL driver is being registered first by another web application? Does p6spy have it's own schema you need to use with the JDBC URL to ensure it's driver is the one used? FWIW, I remember some people talking about using some sort of tracking JDBC driver with Torque in the past. It may or may not have been p6spy. You may want to look thru the mailing list archives to see if there is an alternative. > -----Original Message----- > From: Luis Pablo Gallo [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 12:27 PM > To: Apache Torque Users List > Subject: Re: p6spy > > I also tried using that property with mysql, like this: > > torque.database.morpheus.adapter = mysql > > and didn't work either. I really don't know where is Torque > getting the > driver from. DukeCE Privacy Statement: Please be advised that this e-mail and any files transmitted with it are confidential communication or may otherwise be privileged or confidential and are intended solely for the individual or entity to whom they are addressed. If you are not the intended recipient you may not rely on the contents of this email or any attachments, and we ask that you please not read, copy or retransmit this communication, but reply to the sender and destroy the email, its contents, and all copies thereof immediately. Any unauthorized dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
