teiid SVN: r1390 - in trunk/test-integration/db/src/main/resources/datasources: oracle_10 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:22:02 -0400 (Fri, 18 Sep 2009)
New Revision: 1390
Added:
trunk/test-integration/db/src/main/resources/datasources/oracle_10/
trunk/test-integration/db/src/main/resources/datasources/oracle_10/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/oracle_10 (from rev 1385, trunk/test-integration/db/src/main/resources/datasources/oracle)
Added: trunk/test-integration/db/src/main/resources/datasources/oracle_10/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/oracle_10/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/oracle_10/connection.properties 2009-09-18 19:22:02 UTC (rev 1390)
@@ -0,0 +1,15 @@
+db.type=oracle
+driver=oracle.jdbc.OracleDriver
+URL=jdbc:oracle:thin:@slntds08.mm.atl2.redhat.com:1521:ds08
+User=txntest
+Password=mm
+
+servername=slntds08.mm.atl2.redhat.com
+databasename=txntest
+portnumber=1521
+ds-jndiname=slntds08_1521
+
+Immutable=true
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/oracle_10/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months
teiid SVN: r1389 - trunk/test-integration/db/src/main/resources/datasources.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:21:15 -0400 (Fri, 18 Sep 2009)
New Revision: 1389
Removed:
trunk/test-integration/db/src/main/resources/datasources/oracle/
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
15 years, 3 months
teiid SVN: r1388 - trunk/test-integration/db/src/main/resources/datasources/mysql_5.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:20:22 -0400 (Fri, 18 Sep 2009)
New Revision: 1388
Removed:
trunk/test-integration/db/src/main/resources/datasources/mysql_5/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/mysql_5/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/mysql_5/example_connection.properties 2009-09-18 19:19:41 UTC (rev 1387)
+++ trunk/test-integration/db/src/main/resources/datasources/mysql_5/example_connection.properties 2009-09-18 19:20:22 UTC (rev 1388)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder
-db.type=mysql
-driver=com.mysql.jdbc.Driver
-URL=jdbc:mysql://(servername):3306/(databasename)
-User=
-Password=
-
-servername=(servername)
-databasename=(databasename)
-portnumber=3306
-ds-jndiname=mysql_3306
-
-Immutable=true
-
-
-
-
-
15 years, 3 months
teiid SVN: r1387 - in trunk/test-integration/db/src/main/resources/datasources: mysql_5 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:19:41 -0400 (Fri, 18 Sep 2009)
New Revision: 1387
Added:
trunk/test-integration/db/src/main/resources/datasources/mysql_5/
trunk/test-integration/db/src/main/resources/datasources/mysql_5/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/mysql_5 (from rev 1385, trunk/test-integration/db/src/main/resources/datasources/mysql)
Added: trunk/test-integration/db/src/main/resources/datasources/mysql_5/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/mysql_5/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/mysql_5/connection.properties 2009-09-18 19:19:41 UTC (rev 1387)
@@ -0,0 +1,22 @@
+db.type=mysql
+driver=com.mysql.jdbc.Driver
+URL=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306/rep_unit_test
+User=rep_unit_test
+#rep_unit_test
+Password=mm
+
+servername=slntds03.mm.atl2.redhat.com
+databasename=rep_unit_test
+portnumber=3306
+ds-jndiname=slntds03_mysql
+
+Immutable=true
+
+#adminuser=root
+#adminpassword=mmroot
+#adminurl=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/mysql_5/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months
teiid SVN: r1386 - trunk/test-integration/db/src/main/resources/datasources.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:19:15 -0400 (Fri, 18 Sep 2009)
New Revision: 1386
Removed:
trunk/test-integration/db/src/main/resources/datasources/mysql/
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
15 years, 3 months
teiid SVN: r1385 - in trunk/test-integration/db/src/main/resources/datasources: sybase and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:13:46 -0400 (Fri, 18 Sep 2009)
New Revision: 1385
Added:
trunk/test-integration/db/src/main/resources/datasources/sybase/
trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Added: trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties 2009-09-18 19:13:46 UTC (rev 1385)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder
+db.type=sybase
+driver=com.mysql.jdbc.Driver
+URL=jdbc:mysql://(servername):3306/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=3306
+ds-jndiname=microsoft_3306
+
+Immutable=true
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months
teiid SVN: r1384 - trunk/test-integration/db/src/main/resources/datasources/derby.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:12:58 -0400 (Fri, 18 Sep 2009)
New Revision: 1384
Added:
trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties
Removed:
trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Added: trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties 2009-09-18 19:12:58 UTC (rev 1384)
@@ -0,0 +1,22 @@
+db.type=derby
+driver=org.apache.derby.jdbc.ClientDriver
+URL=jdbc:derby://localhost:1527//Users/vanhalbert/svn/projects/teiid/trunk/test-integration-keep/derby/teiid
+User=rep_unit_test
+#rep_unit_test
+Password=mm
+
+servername=localhost
+databasename=rep_unit_test
+portnumber=1527
+ds-jndiname=localhost_1527
+
+Immutable=true
+
+#adminuser=root
+#adminpassword=mmroot
+#adminurl=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties 2009-09-18 19:12:35 UTC (rev 1383)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties 2009-09-18 19:12:58 UTC (rev 1384)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder
-db.type=derby
-driver=org.apache.derby.jdbc.ClientDriver
-URL=jdbc:derby://localhost:1527//(derby location)
-User=
-Password=
-
-servername=localhost
-databasename=(databasename)
-portnumber=1527
-ds-jndiname=localhost_1527
-
-Immutable=true
-
-
-
-
-
15 years, 3 months
teiid SVN: r1383 - in trunk/test-integration/db/src/main/resources/datasources: sqlserver_2008 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:12:35 -0400 (Fri, 18 Sep 2009)
New Revision: 1383
Added:
trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/
trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Added: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties 2009-09-18 19:12:35 UTC (rev 1383)
@@ -0,0 +1,17 @@
+db.type=sqlserver
+driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
+URL=jdbc:sqlserver://ENGNTDBS14.mm.atl2.redhat.com:1433;databaseName=repository_unit_test
+User=repository_unit_test
+Password=mm
+
+servername=ENGNTDBS14.mm.atl2.redhat.com
+databasename=repository_unit_test
+portnumber=1433
+ds-jndiname=ENGNTDBS14_sqlserver
+
+Immutable=true
+
+
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months
teiid SVN: r1382 - in trunk/test-integration/db/src/main/resources/datasources: oracle_9 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:12:16 -0400 (Fri, 18 Sep 2009)
New Revision: 1382
Added:
trunk/test-integration/db/src/main/resources/datasources/oracle_9/
trunk/test-integration/db/src/main/resources/datasources/oracle_9/connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Added: trunk/test-integration/db/src/main/resources/datasources/oracle_9/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/oracle_9/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/oracle_9/connection.properties 2009-09-18 19:12:16 UTC (rev 1382)
@@ -0,0 +1,15 @@
+db.type=oracle
+driver=oracle.jdbc.OracleDriver
+URL=jdbc:oracle:thin:@slntds04.mm.atl2.redhat.com:1521:ds04
+User=repository_unit_test
+Password=mm
+
+servername=slntds04.mm.atl2.redhat.com
+databasename=repository_unit_test
+portnumber=1521
+ds-jndiname=slntds08_1521
+
+Immutable=true
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/oracle_9/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months
teiid SVN: r1381 - in trunk/test-integration/db/src/main/resources/datasources: oracle_11 and 1 other directory.
by teiid-commits@lists.jboss.org
Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:11:54 -0400 (Fri, 18 Sep 2009)
New Revision: 1381
Added:
trunk/test-integration/db/src/main/resources/datasources/oracle_11/
trunk/test-integration/db/src/main/resources/datasources/oracle_11/connection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests
Added: trunk/test-integration/db/src/main/resources/datasources/oracle_11/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/oracle_11/connection.properties (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/oracle_11/connection.properties 2009-09-18 19:11:54 UTC (rev 1381)
@@ -0,0 +1,15 @@
+db.type=oracle
+driver=oracle.jdbc.OracleDriver
+URL=jdbc:oracle:thin:@ENGLXDBS11.mm.atl2.redhat.com:1521:orcl
+User=repository_unit_test
+Password=mm
+
+servername=ENGLXDBS11.mm.atl2.redhat.com
+databasename=repository_unit_test
+portnumber=1521
+ds-jndiname=ENGLXDBS11_1521
+
+Immutable=true
+
+
+
Property changes on: trunk/test-integration/db/src/main/resources/datasources/oracle_11/connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 3 months