/[Apache-SVN]/incubator/jdo/trunk/tck20/test/conf/jdori.properties
ViewVC logotype

Diff of /incubator/jdo/trunk/tck20/test/conf/jdori.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/jdo/trunk/tck20/test/conf/jdori.properties	2005/04/20 21:20:10	162072
+++ incubator/jdo/trunk/tck20/test/conf/jdori.properties	2005/04/20 21:24:41	162073
@@ -4,7 +4,6 @@
 #
 # PMF Properties
 javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
-org.apache.jdo.ConnectionCreate=true
 javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver
 javax.jdo.option.ConnectionURL=jdbc:derby:jdotckdb
 javax.jdo.option.ConnectionUserName=tckuser
@@ -14,16 +13,10 @@ javax.jdo.option.RetainValues=false
 javax.jdo.option.RestoreValues=false
 javax.jdo.option.Mapping=derby
 
-# Allow selection of JDBC jar - see below
-#maven.jar.override=on
-
-# User Interface
-#maven.xdoc.date=left
-#maven.xdoc.date.format=dd MMMM yyyy HH:mm
-#maven.xdoc.version=${pom.currentVersion}
-
-log4j.configuration=file:${basedir}/test/conf/logging.properties
-maven.jpox.verbose=true
-
-org.jpox.validateTables=true
-org.jpox.validateConstraints=true
+#org.jpox.validateTables=false  # default = true
+org.jpox.validateConstraints=false
+org.jpox.autoCreateSchema=false
+org.jpox.autoCreateTables=false
+org.jpox.autoCreateConstraints=false
+org.jpox.autoCreateColumns=false
+org.jpox.rdbms.CheckExistTablesOrViews=false

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26