[jboss-svn-commits] JBL Code SVN: r30113 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle: database-locations/remote-db and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 11 12:53:40 EST 2009
Author: whitingjr
Date: 2009-11-11 12:53:40 -0500 (Wed, 11 Nov 2009)
New Revision: 30113
Added:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties
Log:
Added remote oracle db configuration.
Copied: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations (from rev 29722, labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-location)
Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties 2009-11-11 17:53:40 UTC (rev 30113)
@@ -0,0 +1,9 @@
+
+# driver settings
+#db-vendor-jdbc-connectionURL=jdbc:mysql://localhost:3305/tsperf mysql
+
+#jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
+db-vendor-jdbc-connectionURL=jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
+db-vendor-jdbc-userName=dtf11
+db-vendor-jdbc-password=dtf11
+
More information about the jboss-svn-commits
mailing list