[jboss-svn-commits] JBL Code SVN: r30859 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 29 12:03:26 EST 2009


Author: whitingjr
Date: 2009-12-29 12:03:26 -0500 (Tue, 29 Dec 2009)
New Revision: 30859

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties
Log:
Added property for profiler.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties	2009-12-29 17:02:54 UTC (rev 30858)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties	2009-12-29 17:03:26 UTC (rev 30859)
@@ -3,12 +3,13 @@
 # required
 
 transaction.strategy=jta-managed
-resource.A.db.installation=co-located-db
-resource.A.db.vendor=oracle
-resource.A.jdbc-datasource=xa
+resource.A.db.installation=remote-db
+resource.A.db.vendor=postgresql
+resource.A.jdbc-datasource=local-tx
 resource.B.db.installation=remote-db
-resource.B.db.vendor=oracle
+resource.B.db.vendor=mysql
 resource.B.jdbc-datasource=local-tx
+profiler=jprofiler
 
 # optional
 



More information about the jboss-svn-commits mailing list