[jboss-svn-commits] JBL Code SVN: r30384 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 30 04:21:42 EST 2009


Author: whitingjr
Date: 2009-11-30 04:21:42 -0500 (Mon, 30 Nov 2009)
New Revision: 30384

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties
Log:
Added a co-located configuration for oracle database.


Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties	2009-11-30 09:21:42 UTC (rev 30384)
@@ -0,0 +1,11 @@
+
+# driver settings
+
+#jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
+db-vendor-jdbc-connectionURL=jdbc:oracle:thin:@${db-vendor-jdbc-serverName}:1521:${db-vendor-jdbc-database}
+db-vendor-jdbc-userName=dtf11
+db-vendor-jdbc-password=dtf11
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName=localhost
+db-vendor-jdbc-database=orcl



More information about the jboss-svn-commits mailing list