Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2007-08-14 18:48:33 +0000
committertle2007-08-14 18:48:33 +0000
commit314f49d5379db30aa032d625991c2b4c7351edc6 (patch)
treecd180a66f3f4cdcc89609427b56e80f4861fb980 /jpa/tests/org.eclipse.jpt.db.tests
parent517c80680c43aa5764f55c14629c329b279d5ce0 (diff)
downloadwebtools.dali-314f49d5379db30aa032d625991c2b4c7351edc6.tar.gz
webtools.dali-314f49d5379db30aa032d625991c2b4c7351edc6.tar.xz
webtools.dali-314f49d5379db30aa032d625991c2b4c7351edc6.zip
Updated database properties.
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.db.tests')
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/derby101.properties17
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/oracle10g.properties21
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties3
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties19
4 files changed, 15 insertions, 45 deletions
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/derby101.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/derby101.properties
index 6101413bc8..1d97add8dd 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/derby101.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/config/derby101.properties
@@ -1,13 +1,3 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
# Platform Property names & Default
#
# profileName - jpatest
@@ -17,14 +7,15 @@
# databasedriverJarList - (mandatory)
# databaseName - testdb
# databaseUrl - (mandatory)
+# Driver class name - org.apache.derby.jdbc.EmbeddedDriver
#
profileName = derby101
-profileDescription = Derby Embedded JDBC Profile for Testing
+profileDescription = Derby Embedded JDBC Profile for Testing
# set user name
-userName = jpatest
+userName =
userPassword =
# set path to Derby driver here (example: databasedriverJarList = c:/derbydb/lib/derby.jar )
databasedriverJarList =
databaseName = testdb
# set database URL here (example: databaseUrl = jdbc:derby:c:/derbydb/testdb;create=true )
-databaseUrl =
+databaseUrl =
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10g.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10g.properties
index 498fc7deb5..603e56d7db 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10g.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10g.properties
@@ -1,13 +1,3 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
# Platform Property names & Default
#
# profileName - jpatest
@@ -17,13 +7,14 @@
# databasedriverJarList - jar list separate by comma (mandatory)
# databaseName - testdb
# databaseUrl - (mandatory)
+# Driver: oracle.jdbc.OracleDriver
#
-profileName = oracleXE10g
-profileDescription = XE 10g Release 2 (10.2) Thin JDBC Profile for Testing
-userName = scott
-userPassword = tiger
+profileName = Oracle10g_10_1_0_4
+profileDescription = Oracle10g (10.1.0.4) Thin JDBC Profile for Testing
+userName =
+userPassword =
# set path to Oracle driver here (example: databasedriverJarList = c:/oracle/jdbc/lib/ojdbc14.jar )
databasedriverJarList =
-databaseName = testdb
+databaseName =
# set database URL here (example: databaseUrl = jdbc:oracle:thin:@localhost:1521:testdb )
databaseUrl =
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
index 3cbdc1aa0a..8d72946e2a 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
@@ -9,9 +9,6 @@
# databaseUrl - (mandatory)
# Driver: oracle.jdbc.OracleDriver
#
-# http://127.0.0.1:8080/apex/f?p=4550:11:763618740033751::NO:::
-# sys kk
-#
profileName = oracleXE10g
profileDescription = Oracle10g XE Release 2 (10.2) Thin JDBC Profile for Testing
userName = scott
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties
index 3207919153..8357e15c58 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties
@@ -1,13 +1,3 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
# Platform Property names & Default
#
# profileName - jpatest
@@ -17,13 +7,14 @@
# databasedriverJarList - jar list separate by comma (mandatory)
# databaseName - testdb
# databaseUrl - (mandatory)
+# Driver: oracle.jdbc.OracleDriver
#
profileName = oracle9i
profileDescription = Oracle Thin JDBC Profile for Testing
-userName = scott
-userPassword = tiger
+userName =
+userPassword =
# set path to Oracle driver here (example: databasedriverJarList = c:/oracle/jdbc/lib/ojdbc14.jar )
-databasedriverJarList =
+databasedriverJarList =
databaseName = testdb
# set database URL here (example: databaseUrl = jdbc:oracle:thin:@server:1521:testdb )
-databaseUrl =
+databaseUrl =

Back to the top