teiid SVN: r1395 - in trunk/test-integration/db/src/main/resources/datasources: postgres_81 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:24:44 -0400 (Fri, 18 Sep 2009)
New Revision: 1395
Added:
trunk/test-integration/db/src/main/resources/datasources/postgres_81/
trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties
Removed:
trunk/test-integration/db/src/main/resources/datasources/postgres_81/example_connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Copied: trunk/test-integration/db/src/main/resources/datasources/postgres_81 (from rev 1385, trunk/test-integration/db/src/main/resources/datasources/postgres)
Added: trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties 2009-09-18 19:24:44 UTC (rev 1395)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder
+db.type=postgres
+driver=org.postgresql.Driver
+URL=jdbc:postgresql://slntds11.mm.atl2.redhat.com:5432/(databasename)
+User=
+Password=
+
+servername=slntds11.mm.atl2.redhat.com
+databasename=(databasename)
+portnumber=1527
+ds-jndiname=slntds11_5432
+
+Immutable=true
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/test-integration/db/src/main/resources/datasources/postgres_81/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/postgres/example_connection.properties 2009-09-18 19:13:46 UTC (rev 1385)
+++ trunk/test-integration/db/src/main/resources/datasources/postgres_81/example_connection.properties 2009-09-18 19:24:44 UTC (rev 1395)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder
-db.type=postgres
-driver=org.postgresql.Driver
-URL=jdbc:postgresql://(servername):5432/(databasename)
-User=
-Password=
-
-servername=(servername)
-databasename=(databasename)
-portnumber=1527
-ds-jndiname=(servername)_1527
-
-Immutable=true
-
-
-
-
-
15 years, 4 months
teiid SVN: r1394 - trunk/test-integration/db/src/main/resources/datasources.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:24:03 -0400 (Fri, 18 Sep 2009)
New Revision: 1394
Removed:
trunk/test-integration/db/src/main/resources/datasources/postgres/
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
15 years, 4 months
teiid SVN: r1393 - in trunk/test-integration/db/src/main/resources/datasources: sqlserver_2005 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:23:40 -0400 (Fri, 18 Sep 2009)
New Revision: 1393
Added:
trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/
trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/connection.properties
Removed:
trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/example_connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Copied: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005 (from rev 1385, trunk/test-integration/db/src/main/resources/datasources/sqlserver)
Added: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/connection.properties 2009-09-18 19:23:40 UTC (rev 1393)
@@ -0,0 +1,17 @@
+db.type=sqlserver
+driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
+URL=jdbc:sqlserver://slntdb07.mm.atl2.redhat.com:1433;databaseName=txntest
+User=txntest
+Password=mm
+
+servername=slntdb07.mm.atl2.redhat.com
+databasename=txntest
+portnumber=1433
+ds-jndiname=slntdb07_sqlserver
+
+Immutable=true
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sqlserver/example_connection.properties 2009-09-18 19:13:46 UTC (rev 1385)
+++ trunk/test-integration/db/src/main/resources/datasources/sqlserver_2005/example_connection.properties 2009-09-18 19:23:40 UTC (rev 1393)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder
-db.type=sqlserver
-driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
-URL=jdbc:sqlserver://(servername):1433;databaseName=(databasename)
-User=
-Password=
-
-servername=(servername)
-databasename=(databasename)
-portnumber=1433
-ds-jndiname=microsoft_1433
-
-Immutable=true
-
-
-
-
-
15 years, 4 months
teiid SVN: r1392 - trunk/test-integration/db/src/main/resources/datasources.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:22:47 -0400 (Fri, 18 Sep 2009)
New Revision: 1392
Removed:
trunk/test-integration/db/src/main/resources/datasources/sqlserver/
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
15 years, 4 months
teiid SVN: r1391 - trunk/test-integration/db/src/main/resources/datasources/oracle_10.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:22:22 -0400 (Fri, 18 Sep 2009)
New Revision: 1391
Removed:
trunk/test-integration/db/src/main/resources/datasources/oracle_10/example_connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Deleted: trunk/test-integration/db/src/main/resources/datasources/oracle_10/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/oracle_10/example_connection.properties 2009-09-18 19:22:02 UTC (rev 1390)
+++ trunk/test-integration/db/src/main/resources/datasources/oracle_10/example_connection.properties 2009-09-18 19:22:22 UTC (rev 1391)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder
-db.type=oracle
-driver=oracle.jdbc.OracleDriver
-URL=jdbc:oracle:thin:@(servername):1521:(sid)
-User=
-Password=
-
-servername=(servername)
-databasename=(databasename)
-portnumber=1527
-ds-jndiname=(servername)_1527
-
-Immutable=true
-
-
-
-
-
15 years, 4 months