[jboss-svn-commits] JBL Code SVN: r30416 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 1 12:41:29 EST 2009


Author: whitingjr
Date: 2009-12-01 12:41:29 -0500 (Tue, 01 Dec 2009)
New Revision: 30416

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
Log:
Added dummy profiling property to disable byte code modification.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-12-01 17:40:50 UTC (rev 30415)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-12-01 17:41:29 UTC (rev 30416)
@@ -57,8 +57,8 @@
 # Note: com.mentorgen.tools.profile is always excluded
 #
 exclude=org.testng,org.dbunit,com.mentorgen
-#include=${db-vendor-profiling}
-include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna,org.apache.lo4j
+#include=ugg - use this to disable byte code manipulation, useful for debugging
+include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna,org.apache.log4j
 #
 # Track Object Allocation (very expensive)
 # values: on, off



More information about the jboss-svn-commits mailing list