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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jan 3 17:02:41 EST 2010


Author: whitingjr
Date: 2010-01-03 17:02:41 -0500 (Sun, 03 Jan 2010)
New Revision: 30894

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties
Log:
Added jdbc url.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties	2010-01-03 22:02:04 UTC (rev 30893)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties	2010-01-03 22:02:41 UTC (rev 30894)
@@ -1,6 +1,6 @@
 # Resource A
 
-db-vendor-jdbc-connectionURL.A=
+db-vendor-jdbc-connectionURL.A=jdbc:derby://server[:port]/databaseName[;URLAttributes=value[;...]]
 db-vendor-jdbc-userName.A=
 db-vendor-jdbc-password.A=
 



More information about the jboss-svn-commits mailing list