4 messages in com.mysql.lists.javaRe: profileSql=true
FromSent OnAttachments
Sean Hager20 Nov 2002 11:20 
Mark Matthews20 Nov 2002 12:09 
Sean Hager20 Nov 2002 12:22 
Mark Matthews20 Nov 2002 14:46 
Subject:Re: profileSql=true
From:Mark Matthews (mmat@thematthews.org)
Date:11/20/2002 02:46:54 PM
List:com.mysql.lists.java

Sean Hager wrote:

Does anyone know how to set profileSql=true for JBoss?

To request this thread, e-mail To unsubscribe, e-mail

Okay, in mysql-service.xml, add ?profileSql=true to the config-property "ConnectionURL" in the attribute "ManagedConnectionFactoryProperties", e.g.:

<attribute name="ManagedConnectionFactoryProperties"> <properties> <config-property name="ConnectionURL" type="java.lang.String">jdbc:mysql:///test?profileSql=true</config-property>

....

-mark